mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 20:43:10 +01:00
Corrects revenant announcement grammar (#12031)
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user