From 028669e00b5f9870c80ef6db5e4fa4a4f9bd7b75 Mon Sep 17 00:00:00 2001 From: Kashargul <144968721+Kashargul@users.noreply.github.com> Date: Fri, 25 Oct 2024 08:29:30 +0200 Subject: [PATCH] change kin language colour (#9297) --- code/modules/mob/language/station_vr.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/language/station_vr.dm b/code/modules/mob/language/station_vr.dm index 1c423e272d..c7df0164f0 100644 --- a/code/modules/mob/language/station_vr.dm +++ b/code/modules/mob/language/station_vr.dm @@ -110,7 +110,7 @@ key = "9" signlang_verb = list("shifts their ears", "mars subtly", "swivels their ears", "twitches their nose", "leers intently", "hackles their fur") signlang_verb_understood = list("mars") - colour = "echosong" + colour = "marish" flags = INAUDIBLE ignore_adverb = TRUE machine_understands = FALSE