mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-11 10:11:09 +00:00
* 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
17 lines
700 B
Plaintext
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"
|