From e77c01645d4372dac252b0391024ab946ccb2e4d Mon Sep 17 00:00:00 2001 From: KasparoVy <12377767+KasparoVy@users.noreply.github.com> Date: Mon, 25 Nov 2019 21:10:54 -0500 Subject: [PATCH] Correct Spelling of Hiss Emote in Help Message The last S is silent, but that doesn't mean we shouldn't write it. --- code/modules/mob/living/carbon/human/emote_vr.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/human/emote_vr.dm b/code/modules/mob/living/carbon/human/emote_vr.dm index 0934752562f..583483edd61 100644 --- a/code/modules/mob/living/carbon/human/emote_vr.dm +++ b/code/modules/mob/living/carbon/human/emote_vr.dm @@ -76,7 +76,7 @@ message = "does a flip!" m_type = 1 if ("vhelp") //Help for Virgo-specific emotes. - to_chat(src, "vwag, vflap, mlem, awoo, nya, peep, chirp, weh, merp, bark, his, squeak, nsay, nme, flip") + to_chat(src, "vwag, vflap, mlem, awoo, nya, peep, chirp, weh, merp, bark, hiss, squeak, nsay, nme, flip") if (message) custom_emote(m_type,message)