Lots of fixes.

This commit is contained in:
SkyMarshal
2012-06-19 00:24:10 -07:00
parent 8f0a815eb9
commit c3d7371ccf
6 changed files with 25 additions and 20 deletions
+1 -1
View File
@@ -126,7 +126,7 @@ proc/ZConnect(turf/A,turf/B)
if(C && (C.B == B || C.A == B))
return
new connection(A,B)
new /connection(A,B)
/*
proc/ZDisconnect(turf/A,turf/B)