From 34722b1e6ab08261e7c2fef8c73accdb94e10842 Mon Sep 17 00:00:00 2001 From: Razgriz Date: Sun, 12 Apr 2020 01:48:25 -0700 Subject: [PATCH] Update material_recipes_ch.dm --- code/modules/materials/material_recipes_ch.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/materials/material_recipes_ch.dm b/code/modules/materials/material_recipes_ch.dm index bf99c375cf..e4a0016c05 100644 --- a/code/modules/materials/material_recipes_ch.dm +++ b/code/modules/materials/material_recipes_ch.dm @@ -2,7 +2,7 @@ /material/plasteel/generate_recipes() . = ..() - recipes += new/datum/stack_recipe("Hammer Head", /obj/item/weapon/hammer_head, 2) +// recipes += new/datum/stack_recipe("Hammer Head", /obj/item/weapon/hammer_head, 2) //CHOMPEdit - Disabled because I had to disable code/game/objects/items/weapons/material/sledgehammer_construction_ch.dm due to lots of errors recipes += new/datum/stack_recipe_list("sofas", list( \ new/datum/stack_recipe("sofa middle", /obj/structure/bed/chair/sofa, 1, one_per_turf = 1, on_floor = 1), \ new/datum/stack_recipe("sofa left", /obj/structure/bed/chair/sofa/left, 1, one_per_turf = 1, on_floor = 1), \ @@ -26,4 +26,4 @@ new/datum/stack_recipe("sofa left", /obj/structure/bed/chair/sofa/left, 1, one_per_turf = 1, on_floor = 1, supplied_material = "[name]"), \ new/datum/stack_recipe("sofa right", /obj/structure/bed/chair/sofa/right, 1, one_per_turf = 1, on_floor = 1, supplied_material = "[name]"), \ new/datum/stack_recipe("sofa corner", /obj/structure/bed/chair/sofa/corner, 1, one_per_turf = 1, on_floor = 1, supplied_material = "[name]"), \ - )) \ No newline at end of file + ))