Air Alarm Deconstruction fix: you no longer need to cut the syphon wire to deconstruct the air alarm.

You can no longer open or interact with the wire window after the wires are removed.
You can no longer cut the final wire while the panel is closed.
Adding wires to the air alarm now properly reset the variables that the wires change upon cutting/pulsing.
This commit is contained in:
phil235
2015-02-14 17:53:22 +01:00
parent 1aa7f423e9
commit c9f9d30227
2 changed files with 10 additions and 8 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ var/const/AALARM_WIRE_AALARM = 16
/datum/wires/alarm/CanUse(var/mob/living/L)
var/obj/machinery/alarm/A = holder
if(A.panel_open)
if(A.panel_open && A.buildstage == 2)
return 1
return 0