From 6ff8085e4a9bf5badf6b071355b607ef9bacd96f Mon Sep 17 00:00:00 2001 From: Rhials Date: Tue, 2 May 2023 20:06:01 -0400 Subject: [PATCH] Adds in some missing words for the hallucinatory anomaly announcement (#75094) ## About The Pull Request Fixes a small grammatical error with the anomaly announcement text. ## Why It's Good For The Game Words words words words words words words. ## Changelog :cl: spellcheck: The hallucinatory anomaly announcement is no longer missing words. /:cl: --- 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 557d511d305..0f841ce6b2c 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") + priority_announce("Hallucinatory event detected on [ANOMALY_ANNOUNCE_MEDIUM_TEXT] [impact_area.name].", "Anomaly Alert")