From abe99ba8ad3f75054692b8a9cb0b42d2b145c439 Mon Sep 17 00:00:00 2001 From: Citinited Date: Sun, 30 Dec 2018 02:15:57 +0000 Subject: [PATCH] Snowman construction time tweak --- code/modules/crafting/recipes.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/crafting/recipes.dm b/code/modules/crafting/recipes.dm index 1246ee4e42e..98091fc33a8 100644 --- a/code/modules/crafting/recipes.dm +++ b/code/modules/crafting/recipes.dm @@ -415,6 +415,6 @@ reqs = list(/obj/item/snowball = 10, /obj/item/reagent_containers/food/snacks/grown/carrot = 1, /obj/item/grown/log = 2) - time = 10 + time = 50 category = CAT_MISC roundstart_enabled = FALSE