From cc2a58c6de0d60f4eb9c635acc0e9681beb604dc Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 2 Mar 2019 11:57:55 -0300 Subject: [skip ci] Fixes --- npc/006-1/crazyfefe.txt | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'npc/006-1') 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: -- cgit v1.2.3-60-g2f50