From 21463cd69ba7c9cfb8ca5130d941747b6007269b Mon Sep 17 00:00:00 2001 From: Sharkmare <34294231+Sharkmare@users.noreply.github.com> Date: Sun, 3 Jan 2021 22:23:52 +0100 Subject: [PATCH] Changing shadekin to RESTRICTED from WHITELISTED This makes it so shadekin is never a selectable language but rather has to be assigned by the game automatically, similar to how root talk on diona behaves. This may break carbon shadekin from selecting this language if they dont assign it the same way diona do. Howevcer we don't plan to use Shadekin carbons soooooo, yeah. --- 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 f9bfecb6e6..a68a94bf25 100644 --- a/code/modules/mob/language/station_vr.dm +++ b/code/modules/mob/language/station_vr.dm @@ -101,7 +101,7 @@ colour = "changeling" key = "M" machine_understands = FALSE - flags = WHITELISTED | HIVEMIND + flags = RESTRICTED | HIVEMIND //CHOMPstation Edit: Changining from WHITELISTED to RESTRICTED | Empathy should be shadekin exclusive. This probably breaks carbon shadekins ability to use emptathy, we dont use them and if it does it should be implemented like DIONA root talk. -shark /datum/language/slavic name = LANGUAGE_SLAVIC