mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
Tendrils are now structure based [READY] (#41554)
* Tendrils are now structure based * Re-adds tendril wipe achievement neatens up ash walker variables gets rid of unnecessary variables in hivelord * Marks spawner children as admin spawned
This commit is contained in:
committed by
yogstation13-bot
parent
dacb8e340e
commit
bdcc47be0f
@@ -16,9 +16,9 @@
|
||||
|
||||
/datum/mapGeneratorModule/splatterLayer/lavalandTendrils
|
||||
spawnableTurfs = list()
|
||||
spawnableAtoms = list(/mob/living/simple_animal/hostile/spawner/lavaland = 5,
|
||||
/mob/living/simple_animal/hostile/spawner/lavaland/legion = 5,
|
||||
/mob/living/simple_animal/hostile/spawner/lavaland/goliath = 5)
|
||||
spawnableAtoms = list(/obj/structure/spawner/lavaland = 5,
|
||||
/obj/structure/spawner/lavaland/legion = 5,
|
||||
/obj/structure/spawner/lavaland/goliath = 5)
|
||||
|
||||
/datum/mapGenerator/lavaland/ground_only
|
||||
modules = list(/datum/mapGeneratorModule/bottomLayer/lavaland_default)
|
||||
|
||||
Reference in New Issue
Block a user