diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-03-02 11:57:55 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-03-02 11:57:55 -0300 |
commit | cc2a58c6de0d60f4eb9c635acc0e9681beb604dc (patch) | |
tree | b7dcc717a3df05daedc16dcf8103aa6839afaa1a /npc/006-1 | |
parent | bf2061d593434c2ffb9a039045f1c25f29d52811 (diff) | |
download | serverdata-cc2a58c6de0d60f4eb9c635acc0e9681beb604dc.tar.gz serverdata-cc2a58c6de0d60f4eb9c635acc0e9681beb604dc.tar.bz2 serverdata-cc2a58c6de0d60f4eb9c635acc0e9681beb604dc.tar.xz serverdata-cc2a58c6de0d60f4eb9c635acc0e9681beb604dc.zip |
[skip ci] Fixes
Diffstat (limited to 'npc/006-1')
-rw-r--r-- | npc/006-1/crazyfefe.txt | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/npc/006-1/crazyfefe.txt b/npc/006-1/crazyfefe.txt index 806d7fcd1..b31488cb3 100644 --- a/npc/006-1/crazyfefe.txt +++ b/npc/006-1/crazyfefe.txt @@ -33,7 +33,7 @@ L_Next: mesn; mesq l("Very well, but for a fee of @@ GP. There's no free lunch, after all!", .price); select - rif(is_gm(), l("I'm GM and got the money. START THIS CRAP ALREADY!")); + rif(is_gm(), l("I'm GM and got the money. START THIS CRAP ALREADY!")), l("Sorry, I misclicked the first button. Have a nice nap, great Crazyfefe!"), l("Yeah, I have the money. Give me FIVE minutes, and Bring it on!"), l("Yeah, I have the money. Give me TEN minutes, and Bring it on!"), @@ -58,8 +58,10 @@ L_Next: $@FEFE_DELAY = gettimetick(2)+300*(@menu-2); $@FEFE_CAVE_HERO$ = strcharinfo(0); - if (@menu == 1) + if (@menu == 1) { + closeclientdialog; goto L_StartFight; + } initnpctimer; announce $@FEFE_CAVE_HERO$+" invites everyone to a challenge against Candor Cave. It'll start in "+FuzzyTime($@FEFE_DELAY,2,2)+". Prepare yourselves!", bc_all|bc_npc; @@ -185,6 +187,7 @@ L_Summon: // Luck shall interfer with .@lv (up to +20 random levels) // This prevents from excess of House Maggots, for example .@lv+=any(0, 0, 0, 1, 1, 2); + debugmes("[Candor] Difficulty is %d, pool is %d", .@lv, $@FEFE_DIFFICULTY); switch (.@lv) { case 1: |