From c169dfc3d36b76e66055cbddc46539a79824bada Mon Sep 17 00:00:00 2001 From: SamCroswell Date: Fri, 1 Jul 2016 22:09:46 -0400 Subject: [PATCH] Makes the description reflect the nature of the language better --- code/modules/mob/language.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/language.dm b/code/modules/mob/language.dm index 27ea96ffa2e..5d5aea5d47f 100644 --- a/code/modules/mob/language.dm +++ b/code/modules/mob/language.dm @@ -278,7 +278,7 @@ /datum/language/grey name = "Psionic Communication" - desc = "The grey's psionic communication, less potent version of their distant cousin's telepathy." + desc = "The grey's psionic communication, less potent version of their distant cousin's telepathy. Talk to other greys within a limited radius." speech_verb = "expresses" ask_verb = "inquires" exclaim_verb = "imparts"