From ee41b3da6fbdc7ad248a949bf4729cb627305fa6 Mon Sep 17 00:00:00 2001 From: Anonmare Date: Thu, 7 Sep 2017 02:35:50 +0100 Subject: [PATCH] Alters the pressure plate crafting recipe (#30452) --- code/modules/crafting/recipes.dm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/code/modules/crafting/recipes.dm b/code/modules/crafting/recipes.dm index 6271d2caf5..1f12e671ec 100644 --- a/code/modules/crafting/recipes.dm +++ b/code/modules/crafting/recipes.dm @@ -555,7 +555,10 @@ name = "Pressure Plate" result = /obj/item/device/pressure_plate time = 5 - reqs = list(/obj/item/stack/sheet/plasteel = 1, /obj/item/stack/tile/plasteel = 1, /obj/item/stack/cable_coil = 2) + reqs = list(/obj/item/stack/sheet/metal = 1, + /obj/item/stack/tile/plasteel = 1, + /obj/item/stack/cable_coil = 2, + /obj/item/device/assembly/igniter = 1) category = CAT_MISC