Files
Bubberstation/code/modules/procedural_mapping/mapGenerators/cult.dm
nemvar b87f65d95e Converts ALL typepaths to lowercase (#51642)
* Case of lower

* More changes

* Ruins the nice 420 diff, brainfart when doing the second batch of conversions

* More changes

* Next batch. I think

* Converts even more paths

* Restarts bots

* Capital Free Zone

* Come on travis, do something

* Renames areas

* Bots, please stop dying

* Updates CONTRIBUTING.md and updates a few paths I missed.

* APC recgarftzfvas
/obj/item/computer_hardware/recharger/apc to /obj/item/computer_hardware/recharger/apc_recharger
2020-06-17 20:47:57 -03:00

17 lines
700 B
Plaintext

/datum/map_generator_module/bottom_layer/cult_floor
spawnableTurfs = list(/turf/open/floor/engine/cult = 100)
/datum/map_generator_module/border/cult_walls
spawnableTurfs = list(/turf/closed/wall/mineral/cult = 100)
/datum/map_generator/cult //walls and floor only
modules = list(/datum/map_generator_module/bottom_layer/cult_floor, \
/datum/map_generator_module/border/cult_walls, \
/datum/map_generator_module/bottom_layer/repressurize)
buildmode_name = "Pattern: Cult Room"
/datum/map_generator/cult/floor //floors only
modules = list(/datum/map_generator_module/bottom_layer/cult_floor, \
/datum/map_generator_module/bottom_layer/repressurize)
buildmode_name = "Block: Cult Floor"