Basic diona nymphs, spiderbots, and crabs (#30377)

* Basic nymphs, spiderbots, and crabs

* Nutrition fix

* Forgot a line

* Cooldown on eat

---------

Signed-off-by: PollardTheDragon <144391971+PollardTheDragon@users.noreply.github.com>
This commit is contained in:
PollardTheDragon
2025-10-01 14:32:00 +00:00
committed by GitHub
parent ad98a804cb
commit e14a43eea1
36 changed files with 281 additions and 183 deletions
+1 -1
View File
@@ -21,7 +21,7 @@
var/spawn_byproduct_max = 3 // Maximum number of item spawns
var/spawn_is_triggered = FALSE // This is set to TRUE once the nest is triggered, preventing multiple triggers; set it to FALSE to re-activate it
var/spawn_max = 2 // Maximum number of mob spawns
var/spawn_mob_options = list(/mob/living/simple_animal/crab) // The nest picks one mob type of this list and spawns them
var/spawn_mob_options = list(/mob/living/basic/crab) // The nest picks one mob type of this list and spawns them
var/spawn_trigger_distance = 7 // The triggered nest will look this many tiles around itself to find other triggerable nests
/obj/structure/nest/Initialize(mapload)