From 72ff7307ae8a18680f9ca001daede3842bc15c42 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 12 Jan 2021 16:48:20 -0300 Subject: Anyone surviving until the last round of Candor deserves some Strange Coins. It will be 1~5 depending on player performance. --- npc/006-1/crazyfefe.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/npc/006-1/crazyfefe.txt b/npc/006-1/crazyfefe.txt index 1b11f7d90..8f922bf42 100644 --- a/npc/006-1/crazyfefe.txt +++ b/npc/006-1/crazyfefe.txt @@ -356,6 +356,8 @@ OnReward2: dispbottom l("Crazyfefe Cave: New Highscore: @@ points", CRAZYPOINTS); @crazypoints=0; } + if (!ispcdead()) + getitem StrangeCoin, limit(1, @crazypoints/25, 5); // Rewards surviving players between rounds, according to performance, and get rid of dead PCs. OnReward: if (ispcdead()) { -- cgit v1.2.3-70-g09d2