From 5cb59cc6680aa4d4fd077a933c4ef777e2738a60 Mon Sep 17 00:00:00 2001 From: TTNT789 Date: Tue, 24 Sep 2024 13:51:38 -0600 Subject: [PATCH] Update toys.dm --- monkestation/code/modules/store/store_items/toys.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/monkestation/code/modules/store/store_items/toys.dm b/monkestation/code/modules/store/store_items/toys.dm index 758f68e99672..18b200c5bdb4 100644 --- a/monkestation/code/modules/store/store_items/toys.dm +++ b/monkestation/code/modules/store/store_items/toys.dm @@ -226,3 +226,5 @@ GLOBAL_LIST_INIT(store_toys, generate_store_items(/datum/store_item/toys)) /datum/store_item/toys/Eeble name = "Eeble Plush" store_desc = "Eeble is Eeble" + item_path = /obj/item/toy/plush/eeble + item_cost = 5000