Recategorize in-game announcements by priority. (#19639)

This commit is contained in:
warriorstar-orion
2022-12-19 17:02:22 +00:00
committed by GitHub
parent 42b695e09b
commit 77f576a5ca
49 changed files with 77 additions and 76 deletions
+1 -1
View File
@@ -249,7 +249,7 @@
var/turf/turf_to = get_turf(chosen) // the turf of origin we're travelling TO
playsound(turf_to, 'sound/effects/phasein.ogg', 100, TRUE)
GLOB.event_announcement.Announce("Massive bluespace translocation detected.", "Anomaly Alert")
GLOB.minor_announcement.Announce("Massive bluespace translocation detected.", "Anomaly Alert")
var/list/flashers = list()
for(var/mob/living/carbon/C in viewers(turf_to, null))