From 8403ca18bc517d752746bcefb729ee31bd112b8a Mon Sep 17 00:00:00 2001 From: listerla <57296132+listerla@users.noreply.github.com> Date: Wed, 16 Jun 2021 17:46:39 -0400 Subject: [PATCH] Corrects revenant announcement grammar (#12031) --- code/modules/ghostroles/spawner/antagonist/revenant.dm | 2 +- html/changelogs/bluecheck.yml | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 html/changelogs/bluecheck.yml diff --git a/code/modules/ghostroles/spawner/antagonist/revenant.dm b/code/modules/ghostroles/spawner/antagonist/revenant.dm index 5da7e4691b0..6ccaf3437db 100644 --- a/code/modules/ghostroles/spawner/antagonist/revenant.dm +++ b/code/modules/ghostroles/spawner/antagonist/revenant.dm @@ -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)) diff --git a/html/changelogs/bluecheck.yml b/html/changelogs/bluecheck.yml new file mode 100644 index 00000000000..b09cee12d47 --- /dev/null +++ b/html/changelogs/bluecheck.yml @@ -0,0 +1,6 @@ +author: listerla + +delete-after: True + +changes: + - spellcheck: "Corrected the grammar of the revenant bluespace rift announcement."