From 1077514713854e00a9cf33e1f219dc28abbfae88 Mon Sep 17 00:00:00 2001 From: Daylight <18598676+Daylight2@users.noreply.github.com> Date: Tue, 9 Jan 2024 14:49:00 +0200 Subject: [PATCH] Changes the gamma alert announcement wording (#23592) * rewording * Validhunting bad --- code/modules/security_levels/security_level_datums.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/security_levels/security_level_datums.dm b/code/modules/security_levels/security_level_datums.dm index 12273e95f26..9cba1e40f4c 100644 --- a/code/modules/security_levels/security_level_datums.dm +++ b/code/modules/security_levels/security_level_datums.dm @@ -101,8 +101,8 @@ status_display_mode = STATUS_DISPLAY_ALERT status_display_data = "gammaalert" lowering_to_announcement_title = "Attention! Gamma security level activated!" - lowering_to_announcement_text = "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." - elevating_to_announcement_text = "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." + lowering_to_announcement_text = "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 out command staff for instructions." + elevating_to_announcement_text = "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 out command staff for instructions." elevating_to_announcement_title = "Attention! Gamma security level activated!" /**