Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Steelpoint committed Jun 4, 2024
1 parent d60354b commit 8f838ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/datums/emergency_calls/cbrn.dm
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/datum/emergency_call/cbrn
name = "CBRN (Squad)"
arrival_message = "[MAIN_SHIP_NAME] this is the USS Kurtz, we have dispatched a CBRN squad to your ship per your distress call. Stand by for arrival."
arrival_message = "Attention, this is the USS Kurtz, we have dispatched a CBRN squad to your ship per your distress call. Stand by for arrival."
objectives = "Handle the chemical, biological, radiological, or nuclear threat. Further orders may be provided."
home_base = /datum/lazy_template/ert/uscm_station
mob_min = 3
Expand Down Expand Up @@ -41,7 +41,7 @@

/datum/emergency_call/cbrn/ert
name = "CBRN (Distress)"
arrival_message = "Your distress signal has been received and we are dispatching the nearest CBRN squad to board with you now. Stand by."
arrival_message = "Attention, this is the USS Kurtz, we have dispatched a CBRN squad to your ship per your distress call. Stand by for arrival."
probability = 10

/datum/emergency_call/cbrn/ert/New()
Expand Down

0 comments on commit 8f838ba

Please sign in to comment.