Files
PollardTheDragon dbd680787c Tweaks space whales (#32011)
* Tweaks space whales

* Small adjustment

* Checks

* Lints

* Apply suggestion from @CRUNCH-Borg

Co-authored-by: CRUNCH <143041327+CRUNCH-Borg@users.noreply.github.com>
Signed-off-by: Burzah <116982774+Burzah@users.noreply.github.com>

---------

Signed-off-by: Burzah <116982774+Burzah@users.noreply.github.com>
Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com>
Co-authored-by: CRUNCH <143041327+CRUNCH-Borg@users.noreply.github.com>
2026-06-02 20:12:19 +00:00

15 lines
615 B
Plaintext

/datum/event/carp_migration/whale
name = "Whale Pod"
spawned_mobs = list(
/mob/living/basic/megafauna/space_whale)
/datum/event/carp_migration/whale/start()
spawn_fish(rand(1, 3), 1, 1) // Whales are rather big and can cause good damage if angered so keeping numbers low
spawned_mobs = list(
/mob/living/basic/carp = 95,
/mob/living/basic/carp/megacarp = 5)
spawn_fish(rand(1, 4), 2, 6) // Spawn some fish for them to eat too.
/datum/event/carp_migration/whale/announce()
GLOB.minor_announcement.Announce("Migration of space whales detected near [station_name()]. Please stand by.", "Lifesign Alert")