diff options
author | meko <mekolat@users.noreply.github.com> | 2015-03-29 00:49:32 -0400 |
---|---|---|
committer | meko <mekolat@users.noreply.github.com> | 2015-03-29 00:49:32 -0400 |
commit | a57e42d7cc3e014dd2ae2d87d2aa1ca3b1a01af9 (patch) | |
tree | d6ce2df8d407ca2393b40722700cc059105ab30f /world/map/npc/009-2 | |
parent | 60d232731232341707673e7d4ff0e4bc8b3ff8de (diff) | |
download | serverdata-a57e42d7cc3e014dd2ae2d87d2aa1ca3b1a01af9.tar.gz serverdata-a57e42d7cc3e014dd2ae2d87d2aa1ca3b1a01af9.tar.bz2 serverdata-a57e42d7cc3e014dd2ae2d87d2aa1ca3b1a01af9.tar.xz serverdata-a57e42d7cc3e014dd2ae2d87d2aa1ca3b1a01af9.zip |
Update entertainer.txt
Diffstat (limited to 'world/map/npc/009-2')
-rw-r--r-- | world/map/npc/009-2/entertainer.txt | 10 |
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; |