From 894058cb04e7a36a3cf80bff74cb89ee85970c19 Mon Sep 17 00:00:00 2001 From: SplinterGP Date: Sun, 9 Feb 2020 13:08:13 -0300 Subject: [PATCH] Makes psionic communiation grey restricted No more species other than grey can get them (tested) --- code/modules/mob/language/station_YW.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/mob/language/station_YW.dm b/code/modules/mob/language/station_YW.dm index 88733bf02b..9fa93fe6a3 100644 --- a/code/modules/mob/language/station_YW.dm +++ b/code/modules/mob/language/station_YW.dm @@ -1,9 +1,9 @@ -/datum/language/psioniccomm +/datum/language/grey name = LANGUAGE_PSIONIC desc = "Grey Psionic communication" speech_verb = "says" whisper_verb = "whispers" colour = "psionic" key = "^" - flags = HIVEMIND + flags = HIVEMIND | RESTRICTED syllables = list("blah","blah","blah","bleh","meh","neh","nah","wah") \ No newline at end of file