Port goliaths to basic mobs, Round 2 (#30566)

* Port goliaths to basic mobs.

* linting whitespace

* more linting

* wtf

* Addresses reviews on prior PR, adjusts behavior for food searching

* Missing Comma

* Goliath aggro range

* Reduces goliath speed to 5 from 3

---------

Signed-off-by: PollardTheDragon <144391971+PollardTheDragon@users.noreply.github.com>
Co-authored-by: warriorstar-orion <orion@snowfrost.garden>
This commit is contained in:
PollardTheDragon
2025-10-21 15:27:27 -04:00
committed by GitHub
parent 28f7414c64
commit dc3f8f6cc9
26 changed files with 541 additions and 235 deletions
+4 -1
View File
@@ -71,7 +71,10 @@
visible_message("<span class='danger'>\A [spawned_mob.name] crawls out of \the [name]!</span>")
/obj/structure/nest/lavaland
spawn_mob_options = list(/mob/living/simple_animal/hostile/asteroid/goliath/beast, /mob/living/basic/mining/goldgrub)
spawn_mob_options = list(
/mob/living/basic/mining/goliath,
/mob/living/basic/mining/goldgrub,
)
/obj/structure/nest/carppuppy
spawn_mob_options = list(/mob/living/basic/carp, /mob/living/simple_animal/pet/dog/corgi/puppy/void)