diff --git a/code/modules/mob/language/station.dm b/code/modules/mob/language/station.dm index 7aa3d9cd425..13ca46882c8 100644 --- a/code/modules/mob/language/station.dm +++ b/code/modules/mob/language/station.dm @@ -71,7 +71,7 @@ desc = "Vaurca native language made of clicks and sputters, \"It's a bugs life.\"" speech_verb = "clicks" colour = "vaurca" - key = "p" + key = "m" flags = WHITELISTED syllables = list("kic","klic","\'tic","kit","lit","xic","vil","xrit","tshh","qix","qlit","zix","\'","!") diff --git a/html/changelogs/[Lord Lag]-[Fixes #126].yml b/html/changelogs/[Lord Lag]-[Fixes #126].yml new file mode 100644 index 00000000000..7731774e06d --- /dev/null +++ b/html/changelogs/[Lord Lag]-[Fixes #126].yml @@ -0,0 +1,6 @@ +author: Lord Lag + +delete-after: True + +changes: + - bugfix: "Vaurca's language key is now M. Also it should work."