mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-02-09 15:59:24 +00:00
17 lines
674 B
Plaintext
17 lines
674 B
Plaintext
/datum/mapGeneratorModule/bottomLayer/cultFloor
|
|
spawnableTurfs = list(/turf/open/floor/engine/cult = 100)
|
|
|
|
/datum/mapGeneratorModule/border/cultWalls
|
|
spawnableTurfs = list(/turf/closed/wall/mineral/cult = 100)
|
|
|
|
/datum/mapGenerator/cult //walls and floor only
|
|
modules = list(/datum/mapGeneratorModule/bottomLayer/cultFloor, \
|
|
/datum/mapGeneratorModule/border/cultWalls, \
|
|
/datum/mapGeneratorModule/bottomLayer/repressurize)
|
|
buildmode_name = "Pattern: Cult Room"
|
|
|
|
/datum/mapGenerator/cult/floor //floors only
|
|
modules = list(/datum/mapGeneratorModule/bottomLayer/cultFloor, \
|
|
/datum/mapGeneratorModule/bottomLayer/repressurize)
|
|
buildmode_name = "Block: Cult Floor"
|