diff --git a/code/modules/materials/material_recipes.dm b/code/modules/materials/material_recipes.dm index 36b2d241c4b..a5079be7204 100644 --- a/code/modules/materials/material_recipes.dm +++ b/code/modules/materials/material_recipes.dm @@ -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()