Corrects revenant announcement grammar (#12031)

This commit is contained in:
listerla
2021-06-16 18:46:39 -03:00
committed by GitHub
parent c8c217f77e
commit 8403ca18bc
2 changed files with 7 additions and 1 deletions
@@ -75,7 +75,7 @@
if(rift_turf)
new /obj/effect/portal/revenant(rift_turf)
if(!first_rift_done)
command_announcement.Announce("Aurora, we're detecting energy signatures eerily similar to a bluespace rift breach inside your hull. [SScargo.shuttle ? "We're sending you a bluespace neutralizer via the cargo shuttle. If you need more, your research department should be able to print neutralizers as well if they've been increasing their Bluespace research levels." : ""]Locate the rift and shut it down.", "Bluespace Breach Alert")
command_announcement.Announce("Aurora, we're detecting energy signatures eerily similar to a bluespace rift breach inside your hull. [SScargo.shuttle ? "We're sending you a bluespace neutralizer via the cargo shuttle. If you need more, your research department should be able to print neutralizers as well if they've been increasing their bluespace research levels. " : ""]Locate the rift and shut it down.", "Bluespace Breach Alert")
first_rift_done = TRUE
if(SScargo.shuttle)
var/turf/T = pick_area_turf(pick(SScargo.shuttle.shuttle_area), list(/proc/not_turf_contains_dense_objects))
+6
View File
@@ -0,0 +1,6 @@
author: listerla
delete-after: True
changes:
- spellcheck: "Corrected the grammar of the revenant bluespace rift announcement."