diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-01-12 16:48:20 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-01-12 16:48:20 -0300 |
commit | 72ff7307ae8a18680f9ca001daede3842bc15c42 (patch) | |
tree | ffcaad01e71e1a293a66b01a8dd152c6865b7a99 | |
parent | 08c0eab7253fe48ce702e34f321c7621e7b9028f (diff) | |
download | serverdata-72ff7307ae8a18680f9ca001daede3842bc15c42.tar.gz serverdata-72ff7307ae8a18680f9ca001daede3842bc15c42.tar.bz2 serverdata-72ff7307ae8a18680f9ca001daede3842bc15c42.tar.xz serverdata-72ff7307ae8a18680f9ca001daede3842bc15c42.zip |
Anyone surviving until the last round of Candor deserves some Strange Coins.
It will be 1~5 depending on player performance.
-rw-r--r-- | npc/006-1/crazyfefe.txt | 2 |
1 files changed, 2 insertions, 0 deletions
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()) { |