From 19f315db9c16c5f02d55ec3f4a21bb0a3ebe37ef Mon Sep 17 00:00:00 2001 From: AlexTheSysop42 Date: Wed, 18 Apr 2018 15:45:13 -0500 Subject: [PATCH] Fixes capacitor not being consumed when building a gygax (#37282) * Comments out code to try to fix a bug * protip: next time don't commit to master * Fixes gygax construction not using the capacitor --- code/game/mecha/mecha_construction_paths.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/game/mecha/mecha_construction_paths.dm b/code/game/mecha/mecha_construction_paths.dm index fa6dd9c5a0..6218326c8d 100644 --- a/code/game/mecha/mecha_construction_paths.dm +++ b/code/game/mecha/mecha_construction_paths.dm @@ -364,6 +364,7 @@ //13 list( "key" = /obj/item/stock_parts/capacitor, + "action" = ITEM_MOVE_INSIDE, "back_key" = TOOL_SCREWDRIVER, "desc" = "Advanced scanner module is secured." ),