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