mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-28 14:37:04 +01:00
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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user