mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-19 03:49:10 +01:00
Allows indirectly connected turfs to merge zones if either zone is small enough.
Fixes #9235 Conflicts: code/ZAS/Controller.dm
This commit is contained in:
+3
-1
@@ -32,4 +32,6 @@ Notes for people who used ZAS before:
|
||||
|
||||
#define AIR_BLOCKED 1
|
||||
#define ZONE_BLOCKED 2
|
||||
#define BLOCKED 3
|
||||
#define BLOCKED 3
|
||||
|
||||
#define ZONE_MIN_SIZE 14 //zones with less than this many turfs will always merge, even if the connection is not direct
|
||||
|
||||
Reference in New Issue
Block a user