Reworks lavaland tendrils into minibosses (#96186)

This commit is contained in:
SmArtKar
2026-06-02 21:00:15 +10:00
committed by GitHub
parent fc99fa3af6
commit f3283799e7
34 changed files with 729 additions and 197 deletions
@@ -18,9 +18,7 @@
/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)
spawnableAtoms = list(/mob/living/basic/mining/tendril = 15)
/datum/map_generator/lavaland/ground_only
modules = list(/datum/map_generator_module/bottom_layer/lavaland_default)