From a57e42d7cc3e014dd2ae2d87d2aa1ca3b1a01af9 Mon Sep 17 00:00:00 2001 From: meko Date: Sun, 29 Mar 2015 00:49:32 -0400 Subject: Update entertainer.txt --- world/map/npc/009-2/entertainer.txt | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'world/map/npc/009-2') diff --git a/world/map/npc/009-2/entertainer.txt b/world/map/npc/009-2/entertainer.txt index 57119894..61306b25 100644 --- a/world/map/npc/009-2/entertainer.txt +++ b/world/map/npc/009-2/entertainer.txt @@ -27,9 +27,13 @@ L_Close: close; OnTimer3000: - emotion rand(EMOTE_DISGUST, EMOTE_TEARS); - setnpctimer 0; - end; + if(rand(0,1) == 1) goto L_manaplus; + emotion rand(EMOTE_DISGUST, EMOTE_BLAH); + goto OnInit; + +L_manaplus: + emotion rand(EMOTE_MEOW, EMOTE_TEARS); + goto OnInit; OnInit: if (debug >= 2) end; -- cgit v1.2.3-60-g2f50