Zones didn't split when a full window was placed.

This commit is contained in:
Aryn
2014-02-22 08:02:10 -07:00
parent 2689a508df
commit dcc7ad33c9
+1 -1
View File
@@ -57,7 +57,7 @@
#endif
if(zone)
var/zone/z = zone
if(s_block & ZONE_BLOCKED)
if(locate(/obj/machinery/door/airlock) in src) //Hacky, but prevents normal airlocks from rebuilding zones all the time
z.remove(src)
else
z.rebuild()