From 24fcbb5de47397fabc516136b192de8e7ae9d729 Mon Sep 17 00:00:00 2001 From: Markolie Date: Sat, 22 Nov 2014 00:53:09 +0100 Subject: [PATCH] Autolathe fix --- code/game/machinery/autolathe.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/machinery/autolathe.dm b/code/game/machinery/autolathe.dm index 8e34f6bf496..b149d3280e6 100644 --- a/code/game/machinery/autolathe.dm +++ b/code/game/machinery/autolathe.dm @@ -186,7 +186,7 @@ var/global/list/autolathe_recipes_hidden = list( \ if (src.shocked) src.shock(user,50) - if (src.opened) + if (src.panel_open) wires_win(user,50) return