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
@@ -60,7 +60,7 @@
/datum/weather/rad_storm/end()
if(..())
return
GLOB.major_announcement.Announce("The radiation threat has passed. Please return to your workplaces.", "Anomaly Alert")
GLOB.minor_announcement.Announce("The radiation threat has passed. Please return to your workplaces.", "Anomaly Alert")
status_alarm(FALSE)
if(!pre_maint_all_access)
revoke_maint_all_access()
@@ -66,6 +66,6 @@
/datum/weather/solar_flare/end()
if(..())
return
GLOB.event_announcement.Announce("The solar flare has passed.", "Solar Flare Advisory")
GLOB.minor_announcement.Announce("The solar flare has passed.", "Solar Flare Advisory")
// Ends the temporary 40x increase that happened during the weather event
SSsun.solar_gen_rate = initial(SSsun.solar_gen_rate)