From dfc46cf4799879bccf2e25ee24db4c422da4d0af Mon Sep 17 00:00:00 2001 From: Fizban Date: Sun, 7 Dec 2008 01:38:55 +0000 Subject: [PATCH] mage emote level 0 --- src/interpreter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/interpreter.c b/src/interpreter.c index cec8c58..b8baf54 100644 --- a/src/interpreter.c +++ b/src/interpreter.c @@ -119,7 +119,7 @@ cpp_extern const struct command_info cmd_info[] = { { "eat" , "ea" , POS_RESTING , do_eat , 0, SCMD_EAT }, { "echo" , "ec" , POS_SLEEPING, do_echo , LVL_IMMORT, SCMD_ECHO }, - { "emote" , "em" , POS_RESTING , do_echo , 1, SCMD_EMOTE }, + { "emote" , "em" , POS_RESTING , do_echo , 0, SCMD_EMOTE }, { ":" , ":" , POS_RESTING, do_echo , 1, SCMD_EMOTE }, { "enter" , "ent" , POS_STANDING, do_enter , 0, 0 }, { "equipment", "eq" , POS_SLEEPING, do_equipment, 0, 0 },