From 935ff1c4aba26b4cbd96a438885fb53293bd2016 Mon Sep 17 00:00:00 2001 From: Alien <68290943+alien3301@users.noreply.github.com> Date: Sun, 14 Dec 2025 03:56:57 +0200 Subject: [PATCH] fixes gramatical error (#94314) ## About The Pull Request the sea is vast ## Why It's Good For The Game free gbp ## Changelog :cl: spellcheck: fixed a typo in the moon heretic robe's attack messages /:cl: --- code/modules/antagonists/heretic/items/heretic_armor.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/antagonists/heretic/items/heretic_armor.dm b/code/modules/antagonists/heretic/items/heretic_armor.dm index 3f598501560..da3aaec7453 100644 --- a/code/modules/antagonists/heretic/items/heretic_armor.dm +++ b/code/modules/antagonists/heretic/items/heretic_armor.dm @@ -551,7 +551,7 @@ //"You are needed in [area name]. You need to be there. %ATTACKER might want you to stay, but you are needed in [area name].", //"You see %ATTACKER strike a [name of animal]. The face of the beast is a mirror of your own. How strange.", "%ATTACKER bumps you and you spill your tea. It's fine. You've plenty of cups.", - "You hear a roaring crash. The waves hit the boat. The is sea vast and dark. You see %ATTACKER striking the water, cursing its master.", + "You hear a roaring crash. The waves hit the boat. The sea is vast and dark. You see %ATTACKER striking the water, cursing its master.", "Sequins scatter into the air around %ATTACKER. The sequins...", "You notice that a button has popped off your collar. How did that happen? Maybe %ATTACKER is to blame.", "%ATTACKER isn't very funny, and you're struggling to see the punchline.",