mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-10 01:49:19 +00:00
aaaand the rest of the modules folder
This commit is contained in:
@@ -127,7 +127,7 @@ Variable Breakdown (For Mappers):
|
||||
clusterCheckFlags - A Bitfield that controls how the cluster checks work, All based on clusterMin and clusterMax guides
|
||||
allowAtomsOnSpace - A Boolean for if we allow atoms to spawn on space tiles
|
||||
|
||||
clusterCheckFlags flags_1:
|
||||
clusterCheckFlags flags:
|
||||
CLUSTER_CHECK_NONE 0 //No checks are done, cluster as much as possible
|
||||
CLUSTER_CHECK_DIFFERENT_TURFS 2 //Don't let turfs of DIFFERENT types cluster
|
||||
CLUSTER_CHECK_DIFFERENT_ATOMS 4 //Don't let atoms of DIFFERENT types cluster
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
|
||||
/datum/mapGenerator/lavaland
|
||||
var/start_z = ZLEVEL_LAVALAND
|
||||
var/min_x = 0
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
|
||||
// Modules
|
||||
|
||||
/turf/open/floor/plasteel/shuttle/red/syndicate
|
||||
@@ -53,4 +54,4 @@
|
||||
/datum/mapGeneratorModule/syndieFurniture, \
|
||||
/datum/mapGeneratorModule/splatterLayer/syndieMobs, \
|
||||
/datum/mapGeneratorModule/bottomLayer/repressurize)
|
||||
buildmode_name = "Pattern: Shuttle Room: Syndicate: All"
|
||||
buildmode_name = "Pattern: Shuttle Room: Syndicate: All"
|
||||
|
||||
Reference in New Issue
Block a user