Removed the crafting time of the warning cones

Removed the crafting time of the warning cones, since it was so low anyway.
This commit is contained in:
denghis1
2020-09-01 16:07:49 +02:00
parent 451f1548a9
commit 7705a8c01a
@@ -473,7 +473,7 @@ GLOBAL_LIST_INIT(plastic_recipes, list(
new /datum/stack_recipe("cash mould", /obj/item/kitchen/mould/cash, 1, on_floor = 1), \
new /datum/stack_recipe("coin mould", /obj/item/kitchen/mould/coin, 1, on_floor = 1), \
new /datum/stack_recipe("sucker mould", /obj/item/kitchen/mould/loli, 1, on_floor = 1), \
new /datum/stack_recipe("warning cone", /obj/item/clothing/head/cone, 5, on_floor = 1, time = 5)))
new /datum/stack_recipe("warning cone", /obj/item/clothing/head/cone, 5, on_floor = 1)))
/obj/item/stack/sheet/plastic
name = "plastic"