A few fixes.

This commit is contained in:
Head
2012-07-28 17:16:22 +02:00
parent b6c4e9e9be
commit 3a1f30ece4
4 changed files with 7 additions and 5 deletions

View File

@@ -190,6 +190,9 @@ connection
return 1
proc/UpdateZones() //Changes connection data in the zones if it is required.
if(istype(A,/turf/space) || istype(B,/turf/space))
src.Cleanup()
return
if(A.ZAirPass(B))
var/door_pass = A.CanPass(null,B,1.5,1)
if(door_pass || A.CanPass(null,B,0,0))