From 25e1bf96ed9d43d159fcf3dbff9e359d95817edc Mon Sep 17 00:00:00 2001 From: WickedCybs <52309324+WickedCybs@users.noreply.github.com> Date: Fri, 24 Sep 2021 19:37:51 -0600 Subject: [PATCH] No More Mrowmbles When Taj Sing (#12536) --- code/modules/mob/language/station.dm | 8 ++++---- html/changelogs/wickedcybs_nomore.yml | 6 ++++++ 2 files changed, 10 insertions(+), 4 deletions(-) create mode 100644 html/changelogs/wickedcybs_nomore.yml diff --git a/code/modules/mob/language/station.dm b/code/modules/mob/language/station.dm index 02c2764c809..7f29cdaf67d 100644 --- a/code/modules/mob/language/station.dm +++ b/code/modules/mob/language/station.dm @@ -74,7 +74,7 @@ speech_verb = list("mrowls") ask_verb = list("mrowls") exclaim_verb = list("yowls") - sing_verb = list("mrowmbles") + sing_verb = list("mrowls") colour = "tajaran" written_style = "siikmaas" key = "j" @@ -117,7 +117,7 @@ exclaim_verb = list("yowls") signlang_verb = list("moves their tail", "flicks their ears", "swivels their ears", "flicks their tail", "shifts their ears and tail") sign_adv_length = list("", " briefly", " a few times", " several times in quick succession", " for a while") - sing_verb = list("mrowmbles") + sing_verb = list("mrowls") colour = "tajaran_signlang" key = "w" flags = WHITELISTED | NONVERBAL @@ -134,7 +134,7 @@ speech_verb = list("mrowls") ask_verb = list("mrowls") exclaim_verb = list("yowls") - sing_verb = list("mrowmbles") + sing_verb = list("mrowls") colour = "yassa" written_style = "yassa" key = "r" @@ -153,7 +153,7 @@ speech_verb = list("mrowls") ask_verb = list("mrowls") exclaim_verb = list("yowls") - sing_verb = list("mrowmbles") + sing_verb = list("mrowls") colour = "delvahhi" written_style = "delvahhi" key = "n" diff --git a/html/changelogs/wickedcybs_nomore.yml b/html/changelogs/wickedcybs_nomore.yml new file mode 100644 index 00000000000..3a22bbee5f3 --- /dev/null +++ b/html/changelogs/wickedcybs_nomore.yml @@ -0,0 +1,6 @@ +author: WickedCybs + +delete-after: True + +changes: + - tweak: "The verb for when a mob sings in a Taj language is no longer 'mrowmbles'. It's just 'mrowls' now."