Night shift preparations (#8839)

This commit is contained in:
Guti
2024-08-27 00:42:33 +02:00
committed by GitHub
parent df0604f07b
commit 8542b93ef9
2 changed files with 5 additions and 2 deletions

View File

@@ -28,6 +28,7 @@ SUBSYSTEM_DEF(nightshift)
var/announce_z
if(using_map.station_levels.len)
announce_z = pick(using_map.station_levels)
/* CHOMPEdit - TTSless
//VOREStation Edit - TTS
var/pickedsound
if(!high_security_mode)
@@ -35,7 +36,9 @@ SUBSYSTEM_DEF(nightshift)
pickedsound = 'sound/AI/dim_lights.ogg'
else
pickedsound = 'sound/AI/bright_lights.ogg'
priority_announcement.Announce(message, new_title = "Automated Lighting System Announcement", new_sound = pickedsound, zlevel = announce_z)
*/
priority_announcement.Announce(message, new_title = "Automated Lighting System Announcement", /* new_sound = pickedsound,*/ zlevel = announce_z)
// CHOMPEdit End
//VOREStation Edit End
/datum/controller/subsystem/nightshift/proc/check_nightshift(check_canfire=FALSE) //This is called from elsewhere, like setting the alert levels