From f7dcde22d781fd0bc0db35b51cd168b53075dba9 Mon Sep 17 00:00:00 2001 From: Ty-Omaha Date: Thu, 28 Mar 2019 21:15:20 -0400 Subject: [PATCH] sound2 --- code/modules/security_levels/security levels.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/security_levels/security levels.dm b/code/modules/security_levels/security levels.dm index 756fee853fc..676ee101a9b 100644 --- a/code/modules/security_levels/security levels.dm +++ b/code/modules/security_levels/security levels.dm @@ -77,7 +77,7 @@ FA.overlays += image('icons/obj/monitors.dmi', "overlay_red") if(SEC_LEVEL_GAMMA) - security_announcement_up.Announce("Central Command has ordered the Gamma security level on the station. Security is to have weapons equipped at all times, and all civilians are to immediately seek their nearest head for transportation to a secure location. The station's Gamma armory has been unlocked and is ready for use.","Attention! Gamma security level activated!", new_sound = '/sound/effects/siren-spooky.ogg/) + security_announcement_up.Announce("Central Command has ordered the Gamma security level on the station. Security is to have weapons equipped at all times, and all civilians are to immediately seek their nearest head for transportation to a secure location. The station's Gamma armory has been unlocked and is ready for use.","Attention! Gamma security level activated!", new_sound = sound('sound/effects/siren-spooky.ogg')) security_level = SEC_LEVEL_GAMMA move_gamma_ship() @@ -102,7 +102,7 @@ FA.update_icon() if(SEC_LEVEL_EPSILON) - security_announcement_up.Announce("Central Command has ordered the Epsilon security level on the station. Consider all contracts terminated.","Attention! Epsilon security level activated!", new_sound = '/sound/effects/purge_siren.ogg') + security_announcement_up.Announce("Central Command has ordered the Epsilon security level on the station. Consider all contracts terminated.","Attention! Epsilon security level activated!", new_sound = sound('sound/effects/purge_siren.ogg')) security_level = SEC_LEVEL_EPSILON post_status("alert", "epsilonalert")