From c5fb468d5481ffcc4a43e47ae9f9d9c84ae283da Mon Sep 17 00:00:00 2001 From: Leland Kemble <70413276+lelandkemble@users.noreply.github.com> Date: Tue, 12 Aug 2025 18:27:31 -0400 Subject: [PATCH] fixes "whispering" misspelling for the hallucination anomaly (#92526) ## About The Pull Request #92525 ## Why It's Good For The Game fixes #92525 ## Changelog :cl: spellcheck: whispering now spelled correctly /:cl: --- code/game/objects/effects/anomalies/anomalies_hallucination.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/objects/effects/anomalies/anomalies_hallucination.dm b/code/game/objects/effects/anomalies/anomalies_hallucination.dm index 852e4fd998a..ce272667ba5 100644 --- a/code/game/objects/effects/anomalies/anomalies_hallucination.dm +++ b/code/game/objects/effects/anomalies/anomalies_hallucination.dm @@ -11,7 +11,7 @@ var/static/list/messages = list( span_warning("You feel your conscious mind fall apart!"), span_warning("Reality warps around you!"), - span_warning("Something's wispering around you!"), + span_warning("Something's whispering around you!"), span_warning("You are going insane!"), ) ///Do we spawn misleading decoys?