Apply suggestions from code review

This commit is contained in:
S34N
2021-06-11 14:08:07 +01:00
committed by GitHub
parent 37e6c77c1b
commit d726bd9bfa
+2 -2
View File
@@ -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"