mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-13 03:02:38 +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
18 lines
683 B
Plaintext
18 lines
683 B
Plaintext
/datum/map_generator_module/bottom_layer/shuttle_floor
|
|
spawnableTurfs = list(/turf/open/floor/plasteel/shuttle = 100)
|
|
|
|
/datum/map_generator_module/border/shuttle_walls
|
|
spawnableAtoms = list()
|
|
spawnableTurfs = list(/turf/closed/wall/mineral/titanium = 100)
|
|
// Generators
|
|
|
|
/datum/map_generator/shuttle/full
|
|
modules = list(/datum/map_generator_module/bottom_layer/shuttle_floor, \
|
|
/datum/map_generator_module/border/shuttle_walls,\
|
|
/datum/map_generator_module/bottom_layer/repressurize)
|
|
buildmode_name = "Pattern: Shuttle Room"
|
|
|
|
/datum/map_generator/shuttle/floor
|
|
modules = list(/datum/map_generator_module/bottom_layer/shuttle_floor)
|
|
buildmode_name = "Block: Shuttle Floor"
|