code/__DEFINES/maps.dm 
| CLUSTER_CHECK_NONE | No checks are done, cluster as much as possible |
|---|---|
| CLUSTER_CHECK_DIFFERENT_TURFS | Don't let turfs of DIFFERENT types cluster |
| CLUSTER_CHECK_DIFFERENT_ATOMS | Don't let atoms of DIFFERENT types cluster |
| CLUSTER_CHECK_SAME_TURFS | Don't let turfs of the SAME type cluster |
| CLUSTER_CHECK_SAME_ATOMS | Don't let atoms of the SAME type cluster |
| CLUSTER_CHECK_SAMES | Don't let any of the same type cluster |
| CLUSTER_CHECK_DIFFERENTS | Don't let any of different types cluster |
| CLUSTER_CHECK_ALL_TURFS | Don't let ANY turfs cluster same and different types |
| CLUSTER_CHECK_ALL_ATOMS | Don't let ANY atoms cluster same and different types |
| CLUSTER_CHECK_ALL | Don't let anything cluster, like, at all |
| MAP_MINX | The maploader index for the maps minimum x |
| MAP_MINY | The maploader index for the maps minimum y |
| MAP_MINZ | The maploader index for the maps minimum z |
| MAP_MAXX | The maploader index for the maps maximum x |
| MAP_MAXY | The maploader index for the maps maximum y |
| MAP_MAXZ | The maploader index for the maps maximum z |
| SHELTER_DEPLOY_ALLOWED | Shelter spot is allowed |
| SHELTER_DEPLOY_BAD_TURFS | Shelter spot has turfs that restrict deployment |
| SHELTER_DEPLOY_BAD_AREA | Shelter spot has areas that restrict deployment |
| SHELTER_DEPLOY_ANCHORED_OBJECTS | Shelter spot has anchored objects that restrict deployment |
Define Details
CLUSTER_CHECK_ALL 
Don't let anything cluster, like, at all
CLUSTER_CHECK_ALL_ATOMS 
Don't let ANY atoms cluster same and different types
CLUSTER_CHECK_ALL_TURFS 
Don't let ANY turfs cluster same and different types
CLUSTER_CHECK_DIFFERENTS 
Don't let any of different types cluster
CLUSTER_CHECK_DIFFERENT_ATOMS 
Don't let atoms of DIFFERENT types cluster
CLUSTER_CHECK_DIFFERENT_TURFS 
Don't let turfs of DIFFERENT types cluster
CLUSTER_CHECK_NONE 
No checks are done, cluster as much as possible
CLUSTER_CHECK_SAMES 
Don't let any of the same type cluster
CLUSTER_CHECK_SAME_ATOMS 
Don't let atoms of the SAME type cluster
CLUSTER_CHECK_SAME_TURFS 
Don't let turfs of the SAME type cluster
MAP_MAXX 
The maploader index for the maps maximum x
MAP_MAXY 
The maploader index for the maps maximum y
MAP_MAXZ 
The maploader index for the maps maximum z
MAP_MINX 
The maploader index for the maps minimum x
MAP_MINY 
The maploader index for the maps minimum y
MAP_MINZ 
The maploader index for the maps minimum z
SHELTER_DEPLOY_ALLOWED 
Shelter spot is allowed
SHELTER_DEPLOY_ANCHORED_OBJECTS 
Shelter spot has anchored objects that restrict deployment
SHELTER_DEPLOY_BAD_AREA 
Shelter spot has areas that restrict deployment
SHELTER_DEPLOY_BAD_TURFS 
Shelter spot has turfs that restrict deployment