diff options
Diffstat (limited to 'world/map/npc/042-2/tanisha.txt')
-rw-r--r-- | world/map/npc/042-2/tanisha.txt | 4 |
1 files changed, 2 insertions, 2 deletions
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; |