mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-27 06:00:23 +01:00
Fixed walls not splitting zones.
This commit is contained in:
@@ -107,6 +107,7 @@ Class Procs:
|
||||
#endif
|
||||
|
||||
/zone/proc/rebuild()
|
||||
if(invalid) return //Short circuit for explosions where rebuild is called many times over.
|
||||
c_invalidate()
|
||||
for(var/turf/simulated/T in contents)
|
||||
//T.dbg(invalid_zone)
|
||||
|
||||
+1
-1
@@ -27,7 +27,7 @@ Notes for people who used ZAS before:
|
||||
|
||||
*/
|
||||
|
||||
//#define ZASDBG
|
||||
#define ZASDBG
|
||||
//#define ZLEVELS
|
||||
|
||||
#define AIR_BLOCKED 1
|
||||
|
||||
Reference in New Issue
Block a user