From 7beeb17075b66b641abbe68893f7b8d2236c08f8 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 14 Jan 2021 17:57:13 -0300 Subject: Candor: Do not give strange coins for "Easy" and "Hard" runs --- npc/006-1/crazyfefe.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'npc/006-1/crazyfefe.txt') 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: -- cgit v1.2.3-60-g2f50