From d726bd9bfa17c6105306640137ac093c823ff8d2 Mon Sep 17 00:00:00 2001 From: S34N <12197162+S34NW@users.noreply.github.com> Date: Fri, 11 Jun 2021 14:08:07 +0100 Subject: [PATCH] Apply suggestions from code review --- code/modules/response_team/ert.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/response_team/ert.dm b/code/modules/response_team/ert.dm index c36eb4f5e01..fe92659bb3f 100644 --- a/code/modules/response_team/ert.dm +++ b/code/modules/response_team/ert.dm @@ -307,7 +307,7 @@ GLOBAL_VAR_INIT(ert_request_answered, FALSE) borg_path = /mob/living/silicon/robot/ert/red /datum/response_team/solgov/announce_team() - GLOB.event_announcement.Announce("Attention, [station_name()], this is the TSF navy vessel Aurelia. We have detected your distress call, a squad of Marines is inbound. Standby.", "Marines En-Route") + GLOB.event_announcement.Announce("Attention, [station_name()], this is the TSF-NV Aurelia. Boarding shuttles have been scrambled and marines are en-route to your location. Standby for boarding.", "Marines En-Route") /datum/response_team/solgovspecops security_outfit = /datum/outfit/job/centcom/response_team/solgov/elite @@ -315,7 +315,7 @@ GLOBAL_VAR_INIT(ert_request_answered, FALSE) borg_path = /mob/living/silicon/robot/ert/gamma /datum/response_team/solgovspecops/announce_team() - GLOB.event_announcement.Announce("Attention, [station_name()], this is the TSF navy vessel Aurelia. We have detected your distress call, a squad of elite SpecOps Marines is inbound. Standby.", "Marines En-Route") + GLOB.event_announcement.Announce("Attention, [station_name()], this is the TSF-NV Aurelia. Boarding shuttles have been scrambled and marines are en-route to your location. Standby for boarding.", "Marines En-Route") /datum/outfit/job/centcom/response_team name = "Response team"