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/031-2/cindyHouse.txt | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) (limited to 'world/map/npc/031-2') diff --git a/world/map/npc/031-2/cindyHouse.txt b/world/map/npc/031-2/cindyHouse.txt index d92da10b..79b8704c 100644 --- a/world/map/npc/031-2/cindyHouse.txt +++ b/world/map/npc/031-2/cindyHouse.txt @@ -31,7 +31,8 @@ L_Happy_Random: "Did you ever meet Santa? He's very kind! He always gives me some candy when we go to see him.", strcharinfo(0) + ", you are sooo strong! Amazing! But my dad is strong too!"; set @random, rand(9); - if (@random != 5) emotion 3; + if (@random != 5) + emotion EMOTE_HAPPY; set @quote$, "\"" + @quote_Cindy$[@random] + "\""; mes "[Cindy]"; mes @quote$; @@ -49,16 +50,3 @@ S_Update_Mask: | (@rescue_Cindy << @Q_Nivalis_state_SHIFT); return; } - - - - - - - - - - - - - -- cgit v1.2.3-60-g2f50