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
@@ -26,7 +26,7 @@ SUBSYSTEM_DEF(nightshift)
check_nightshift()
/datum/controller/subsystem/nightshift/proc/announce(message)
GLOB.major_announcement.Announce(message, new_sound = 'sound/misc/notice2.ogg', new_title = "Automated Lighting System Announcement")
GLOB.minor_announcement.Announce(message, new_sound = 'sound/misc/notice2.ogg', new_title = "Automated Lighting System Announcement")
/datum/controller/subsystem/nightshift/proc/check_nightshift(check_canfire=FALSE)
if(check_canfire && !can_fire)