Update material_recipes.dm

This commit is contained in:
Novacat
2020-07-24 08:43:34 -04:00
committed by GitHub
parent 6321f2dc50
commit a940d19a13
@@ -158,11 +158,8 @@
recipes += new/datum/stack_recipe("wooden bucket", /obj/item/weapon/reagent_containers/glass/bucket/wood, 2, time = 4, one_per_turf = 0, on_floor = 0, pass_stack_color = TRUE)
recipes += new/datum/stack_recipe("coilgun stock", /obj/item/weapon/coilgun_assembly, 5, pass_stack_color = TRUE)
recipes += new/datum/stack_recipe("crude fishing rod", /obj/item/weapon/material/fishing_rod/built, 8, time = 10 SECONDS, pass_stack_color = TRUE)
<<<<<<< HEAD
recipes += new/datum/stack_recipe("wooden standup figure", /obj/structure/barricade/cutout, 5, time = 10 SECONDS, pass_stack_color = TRUE) //VOREStation Add
=======
recipes += new/datum/stack_recipe("noticeboard", /obj/structure/noticeboard, 1)
>>>>>>> 03b7a0e... Persistent Trash/Dirt/Graffiti/Notices (#7337)
/material/wood/log/generate_recipes()
recipes = list()