Updated ZAS and Atmo

This commit is contained in:
ZomgPonies
2013-10-12 14:41:43 -04:00
parent 771de60525
commit 37e732d8db
22 changed files with 1529 additions and 571 deletions
+3 -2
View File
@@ -104,7 +104,8 @@ Indirect connections will not merge the two zones after they reach equilibrium.
//Disconnect zones while handling unusual conditions.
// e.g. loss of a zone on a turf
DisconnectZones(zone_A, zone_B)
if(A && A.zone && B && B.zone)
DisconnectZones(A.zone, B.zone)
//Finally, preform actual deletion.
. = ..()
@@ -399,4 +400,4 @@ Indirect connections will not merge the two zones after they reach equilibrium.
#undef CONNECTION_DIRECT
#undef CONNECTION_INDIRECT
#undef CONNECTION_CLOSED
#undef CONNECTION_CLOSED