ZAS fixes and statistics logging.

This commit is contained in:
SkyMarshal
2012-06-13 16:55:00 -07:00
parent 77c4ba2014
commit d3258b4fed
5 changed files with 16 additions and 4 deletions
+1 -4
View File
@@ -126,10 +126,7 @@ proc/ZConnect(turf/A,turf/B)
if(C.B == B || C.A == B)
return
var/connection/C = new(A,B)
//Ensure zones separated by doors do not merge.
if(A.HasDoor(B) || B.HasDoor(A)) C.indirect = 1
new /connection(A,B)
/*
proc/ZDisconnect(turf/A,turf/B)