From 32c4ccb5a71915e339f4a65cd8fc1b8225935da2 Mon Sep 17 00:00:00 2001 From: Lord Lag Date: Tue, 23 Feb 2016 22:04:34 +0000 Subject: [PATCH] Fixes #126 changes vaurca language to quite possibly the only unused key: M --- code/modules/mob/language/station.dm | 2 +- html/changelogs/[Lord Lag]-[Fixes #126].yml | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 html/changelogs/[Lord Lag]-[Fixes #126].yml 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."