diff options
-rw-r--r-- | npc/006-1/crazyfefe.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/006-1/crazyfefe.txt b/npc/006-1/crazyfefe.txt index 2f6a430db..74cacc33c 100644 --- a/npc/006-1/crazyfefe.txt +++ b/npc/006-1/crazyfefe.txt @@ -335,6 +335,7 @@ function CleanUp { mapannounce "006-1", "Game over! Who will be the next to fall on Crazyfefe's Cave?", 0; areatimer "006-1", 20, 20, 70, 60, 10, "Crazyfefe::OnReward2"; + $@FEFE_OLD = $@FEFE_CAVE_LEVEL; $@FEFE_CAVE_LEVEL = 0; $@FEFE_WAVE = 0; $@FEFE_CAVE_HERO$ = ""; @@ -358,7 +359,7 @@ OnReward2: dispbottom l("Crazyfefe Cave: New Highscore: @@ points", CRAZYPOINTS); @crazypoints=0; } - if (!ispcdead()) + if (!ispcdead() && $@FEFE_OLD >= .BONUS_LVL) getitem StrangeCoin, limit(1, @crazypoints/25, 5); // Rewards surviving players between rounds, according to performance, and get rid of dead PCs. OnReward: |