summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormeko <mekolat@users.noreply.github.com>2015-03-29 00:49:32 -0400
committermeko <mekolat@users.noreply.github.com>2015-03-29 00:49:32 -0400
commita57e42d7cc3e014dd2ae2d87d2aa1ca3b1a01af9 (patch)
treed6ce2df8d407ca2393b40722700cc059105ab30f
parent60d232731232341707673e7d4ff0e4bc8b3ff8de (diff)
downloadserverdata-a57e42d7cc3e014dd2ae2d87d2aa1ca3b1a01af9.tar.gz
serverdata-a57e42d7cc3e014dd2ae2d87d2aa1ca3b1a01af9.tar.bz2
serverdata-a57e42d7cc3e014dd2ae2d87d2aa1ca3b1a01af9.tar.xz
serverdata-a57e42d7cc3e014dd2ae2d87d2aa1ca3b1a01af9.zip
Update entertainer.txt
-rw-r--r--world/map/npc/009-2/entertainer.txt10
1 files changed, 7 insertions, 3 deletions
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;