Another bugfix for atmos lockdowns.

- Doors that are locked down by two different alarms should no longer
  have their access permanently require engineering access.
This commit is contained in:
StrumpetPlaya
2012-07-20 08:42:29 -04:00
parent 4dc1379a20
commit 195ad346ff
+1 -1
View File
@@ -356,7 +356,7 @@
continue
if(istype(E, /obj/machinery/door/airlock))
if((!E:arePowerSystemsOn()) || (E.stat & NOPOWER)) continue
if((!E:arePowerSystemsOn()) || (E.stat & NOPOWER) || E:air_locked) continue
if(!E.density)
spawn(0)
E.close()