From 0ad99072c594ba4bae6c1477488ba8322b22ec02 Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Tue, 6 Sep 2011 22:31:42 -0700 Subject: Add EMOTE_ constants Also fix an off-by-one error in the entertainer --- world/map/npc/042-2/tanisha.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'world/map/npc/042-2/tanisha.txt') diff --git a/world/map/npc/042-2/tanisha.txt b/world/map/npc/042-2/tanisha.txt index 45f6e027..dd4b57ac 100644 --- a/world/map/npc/042-2/tanisha.txt +++ b/world/map/npc/042-2/tanisha.txt @@ -15,7 +15,7 @@ mes "[Tanisha]"; mes "\"Hey! You're up again!\""; - emotion 3; + emotion EMOTE_HAPPY; next; mes "\"Are you feeling better?\""; next; @@ -111,7 +111,7 @@ L_Advice: next; mes "\"When you go to Tulimshar, you should see Bernard. He can make a delicious soup!"; mes "Good luck!\""; - emotion 3; + emotion EMOTE_HAPPY; if (tanisha == 3) set tanisha, 4; close; -- cgit v1.2.3-60-g2f50