From cf835c8d7bfc9a3c669e2957c82cfc00629e7f8f Mon Sep 17 00:00:00 2001 From: Leanfrog <52841396+Leanfrog@users.noreply.github.com> Date: Mon, 13 Mar 2023 17:38:12 -0400 Subject: [PATCH] setting gamma alert (#20570) --- code/game/gamemodes/nuclear/nuclear_challenge.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/game/gamemodes/nuclear/nuclear_challenge.dm b/code/game/gamemodes/nuclear/nuclear_challenge.dm index 7bd57cde5ff..b43f88b06a1 100644 --- a/code/game/gamemodes/nuclear/nuclear_challenge.dm +++ b/code/game/gamemodes/nuclear/nuclear_challenge.dm @@ -49,6 +49,7 @@ return GLOB.major_announcement.Announce(war_declaration, "Declaration of War", 'sound/effects/siren.ogg', msg_sanitized = TRUE) + addtimer(CALLBACK(GLOBAL_PROC, GLOBAL_PROC_REF(set_security_level), SEC_LEVEL_GAMMA), 30 SECONDS) to_chat(user, "You've attracted the attention of powerful forces within the syndicate. A bonus bundle of telecrystals has been granted to your team. Great things await you if you complete the mission.") to_chat(user, "Your bonus telecrystals have been split between your team's uplinks.")