From 3774bb6744d277a5ccfe3b20239ec2558bb387d4 Mon Sep 17 00:00:00 2001 From: Jack Edge Date: Fri, 28 Apr 2017 16:09:13 +0100 Subject: [PATCH] Use language icons --- code/modules/language/codespeak.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/modules/language/codespeak.dm b/code/modules/language/codespeak.dm index da915435e5c..6339ff0f523 100644 --- a/code/modules/language/codespeak.dm +++ b/code/modules/language/codespeak.dm @@ -3,6 +3,8 @@ desc = "Syndicate operatives can use a series of codewords to convey complex information, while sounding like random concepts and drinks to anyone listening in." key = "t" default_priority = 0 + flags = TONGUELESS_SPEECH | LANGUAGE_HIDE_ICON_IF_NOT_UNDERSTOOD + icon_state = "codespeak" /datum/language/common/codespeak/scramble(input) var/lookup = check_cache(input)