From 2fcf18bb0bd954d10bec6562ef923dca63ff9ddb Mon Sep 17 00:00:00 2001 From: SkyratBot <59378654+SkyratBot@users.noreply.github.com> Date: Wed, 3 May 2023 08:21:00 +0100 Subject: [PATCH] [MIRROR] Adds in some missing words for the hallucinatory anomaly announcement [MDB IGNORE] (#20902) * Adds in some missing words for the hallucinatory anomaly announcement * Update anomaly_hallucination.dm --------- Co-authored-by: Rhials Co-authored-by: lessthanthree <83487515+lessthnthree@users.noreply.github.com> --- code/modules/events/anomaly/anomaly_hallucination.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/events/anomaly/anomaly_hallucination.dm b/code/modules/events/anomaly/anomaly_hallucination.dm index 80f40ca37be..599fbfd4a18 100644 --- a/code/modules/events/anomaly/anomaly_hallucination.dm +++ b/code/modules/events/anomaly/anomaly_hallucination.dm @@ -15,4 +15,4 @@ anomaly_path = /obj/effect/anomaly/hallucination /datum/round_event/anomaly/anomaly_hallucination/announce(fake) - priority_announce("Hallucinatory event [ANOMALY_ANNOUNCE_MEDIUM_TEXT] [impact_area.name].", "Anomaly Alert", ANNOUNCER_ANOMALIES) //SKYRAT EDIT CHANGE + priority_announce("Hallucinatory event detected on [ANOMALY_ANNOUNCE_MEDIUM_TEXT] [impact_area.name].", "Anomaly Alert", ANNOUNCER_ANOMALIES) //SKYRAT EDIT CHANGE