Merge pull request #6672 from Citadel-Station-13/kevinz000-patch-1

tesla coil runtime fix
This commit is contained in:
LetterJay
2018-05-07 09:20:42 -05:00
committed by GitHub
+3 -3
View File
@@ -62,9 +62,9 @@
if(default_deconstruction_crowbar(W))
return
if(is_wire_tool(W) && panel_open)
/*if(is_wire_tool(W) && panel_open) CITADEL EDIT - They removed the wires because they don't like my cheating
wires.interact(user)
return
return*/
return ..()
@@ -185,4 +185,4 @@
flick("grounding_rodhit", src)
tesla_buckle_check(power)
else
..()
..()