Fix a lot of wire interactions

This commit is contained in:
Bjorn Neergaard
2016-01-25 12:03:03 -06:00
parent 014e83fec6
commit c78e1ec2ac
4 changed files with 23 additions and 43 deletions
+1 -1
View File
@@ -11,7 +11,7 @@
/datum/wires/apc/interactable(mob/user)
var/obj/machinery/power/apc/A = holder
if(A.wiresexposed)
if(A.panel_open && !A.opened)
return TRUE
/datum/wires/apc/get_status()