mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-23 03:57:48 +01:00
Fixes a missed announcement (#19429)
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
announcement = "Massive migration of unknown biological entities has been detected near [location_name()], please stand-by."
|
||||
else
|
||||
announcement = "Unknown biological [spawned_jellyfish.len == 1 ? "entity has" : "entities have"] been detected near [location_name()], please stand-by."
|
||||
GLOB.command_announcement.Announce(announcement, "Lifesign Alert")
|
||||
GLOB.command_announcement.Announce(announcement, "Lifesign Alert", new_sound = ANNOUNCER_MSG_UNIDENTIFIED_LIFESIGNS)
|
||||
|
||||
/datum/event/jellyfish_migration/tick()
|
||||
if(activeFor % 5 != 0)
|
||||
|
||||
Reference in New Issue
Block a user