--- deliantra/server/ext/chat.ext 2007/11/12 23:27:51 1.37 +++ deliantra/server/ext/chat.ext 2008/01/13 09:50:40 1.38 @@ -751,7 +751,7 @@ $emote{other} ||= " is eyeing quizzically."; $emote{self} ||= "You are still nuts."; - $emote{target} ||= "You get the distinct feeling that is nuts."; + $emote{target} ||= "You get the distinct feeling that is nuts."; $emote{self} =~ s//$tname/; $emote{target} =~ s//$name/;