mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-13 19:22:20 +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
34 lines
1.5 KiB
Plaintext
34 lines
1.5 KiB
Plaintext
|
|
/datum/map_generator_module/bottom_layer/lavaland_default
|
|
spawnableTurfs = list(/turf/open/floor/plating/asteroid/basalt/lava_land_surface = 100)
|
|
|
|
/datum/map_generator_module/bottom_layer/lavaland_mineral
|
|
spawnableTurfs = list(/turf/closed/mineral/random/volcanic = 100)
|
|
|
|
/datum/map_generator_module/bottom_layer/lavaland_mineral/dense
|
|
spawnableTurfs = list(/turf/closed/mineral/random/high_chance/volcanic = 100)
|
|
|
|
/datum/map_generator_module/splatter_layer/lavaland_monsters
|
|
spawnableTurfs = list()
|
|
spawnableAtoms = list(/mob/living/simple_animal/hostile/asteroid/goliath/beast = 10,
|
|
/mob/living/simple_animal/hostile/asteroid/hivelord/legion = 10,
|
|
/mob/living/simple_animal/hostile/asteroid/basilisk/watcher = 10)
|
|
|
|
/datum/map_generator_module/splatter_layer/lavaland_tendrils
|
|
spawnableTurfs = list()
|
|
spawnableAtoms = list(/obj/structure/spawner/lavaland = 5,
|
|
/obj/structure/spawner/lavaland/legion = 5,
|
|
/obj/structure/spawner/lavaland/goliath = 5)
|
|
|
|
/datum/map_generator/lavaland/ground_only
|
|
modules = list(/datum/map_generator_module/bottom_layer/lavaland_default)
|
|
buildmode_name = "Block: Lavaland Floor"
|
|
|
|
/datum/map_generator/lavaland/dense_ores
|
|
modules = list(/datum/map_generator_module/bottom_layer/lavaland_mineral/dense)
|
|
buildmode_name = "Block: Lavaland Ores: Dense"
|
|
|
|
/datum/map_generator/lavaland/normal_ores
|
|
modules = list(/datum/map_generator_module/bottom_layer/lavaland_mineral)
|
|
buildmode_name = "Block: Lavaland Ores"
|