mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 12:41:09 +01:00
Reworks lavaland tendrils into minibosses (#96186)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user