From e08a906f6f1d35f8c1c7457c5d834d697e628a88 Mon Sep 17 00:00:00 2001 From: Skies-Of-Blue <86762641+Skies-Of-Blue@users.noreply.github.com> Date: Thu, 19 Oct 2023 23:22:21 -0700 Subject: [PATCH] Fixes Moth Language Bind (#2414) ## About The Pull Request Resolves https://github.com/shiptest-ss13/Shiptest/issues/2407 by removing the overlap between mouse and moth language binds. ## Why It's Good For The Game Squashes bugs (the nasty kind, not the lovable kind). You can now #%,m once again without destroying your immersion. Rejoice! ## Changelog :cl: fix: moth language bind now works as intended /:cl: --- code/modules/language/mouse.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/language/mouse.dm b/code/modules/language/mouse.dm index 8e488c93e5ac..98dcd9133c74 100644 --- a/code/modules/language/mouse.dm +++ b/code/modules/language/mouse.dm @@ -4,7 +4,7 @@ speech_verb = "squeaks" ask_verb = "squeaks" exclaim_verb = "squeaks" - key = "m" + key = "l" flags = NO_STUTTER | LANGUAGE_HIDE_ICON_IF_NOT_UNDERSTOOD | LANGUAGE_HIDE_ICON_IF_UNDERSTOOD /datum/language/mouse/scramble(input)