ZAS fixes, adds Atmos Lockdown which replaces all door accesses with engineering OR atmos access. (And a shitty temporary icon)

This commit is contained in:
SkyMarshal
2012-06-07 20:50:15 -07:00
parent 36a32c9fef
commit a1a2302199
16 changed files with 7099 additions and 6944 deletions

View File

@@ -189,6 +189,14 @@ connection
if(!A.zone || !B.zone)
del src
if(A.zone == zone_B && B.zone == zone_A)
var/turf/Temp = B
B = A
A = Temp
zone_B = B.zone
zone_A = A.zone
return
if(zone_A)
if(zone_A.connections)
zone_A.connections.Remove(src)