From 112bfbc6c3be41e9bfbce2646013d5c92d8f8261 Mon Sep 17 00:00:00 2001 From: mwerezak Date: Sat, 28 Jun 2014 19:52:00 -0400 Subject: [PATCH] Removes taj whisker emote --- 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 fb5ae2fc351..1d8f363953f 100644 --- a/code/modules/mob/language.dm +++ b/code/modules/mob/language.dm @@ -36,7 +36,7 @@ key = "y" //only "dfpqxyz" left. //need to find a way to resolve possesive macros - signlang_verb = list("flicks their left ear", "flicks their right ear", "swivels their ears", "twitches their tail", "curls the end of their tail", "arches their tail", "wiggles the end of their tail", "waves their tail about", "holds up a claw", "gestures with their left hand", "gestures with their right hand", "gestures with their tail", "gestures with their ears", "gestures with their whiskers") + signlang_verb = list("flicks their left ear", "flicks their right ear", "swivels their ears", "twitches their tail", "curls the end of their tail", "arches their tail", "wiggles the end of their tail", "waves their tail about", "holds up a claw", "gestures with their left hand", "gestures with their right hand", "gestures with their tail", "gestures with their ears") flags = WHITELISTED | NONVERBAL