diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-01-13 02:50:49 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-01-13 02:50:49 -0300 |
commit | bc99eb913bcbd19ec9ec3cc7a7623ff972011866 (patch) | |
tree | 831a4c397036828e2e77138694a74857de2a77af /npc/006-1/crazyfefe.txt | |
parent | 330f83d446aecfaa481dca38e7da4ac44f4a9c5b (diff) | |
download | serverdata-bc99eb913bcbd19ec9ec3cc7a7623ff972011866.tar.gz serverdata-bc99eb913bcbd19ec9ec3cc7a7623ff972011866.tar.bz2 serverdata-bc99eb913bcbd19ec9ec3cc7a7623ff972011866.tar.xz serverdata-bc99eb913bcbd19ec9ec3cc7a7623ff972011866.zip |
Bonus points are now exclusive to Candor event, as originally intended
Diffstat (limited to 'npc/006-1/crazyfefe.txt')
-rw-r--r-- | npc/006-1/crazyfefe.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/006-1/crazyfefe.txt b/npc/006-1/crazyfefe.txt index b3475c47b..04b4fb06e 100644 --- a/npc/006-1/crazyfefe.txt +++ b/npc/006-1/crazyfefe.txt @@ -377,7 +377,7 @@ OnReward: if ($@FEFE_WAVE % 5 == 0) Zeny+=.@prize; getexp .@prize, rand(1,3); - @crazypoints+=($@FEFE_CAVE_LEVEL >= .BONUS_LVL ? 2 : 1); + @crazypoints+=($@FEFE_CAVE_LEVEL >= .BONUS_LVL && $EVENT$ == "Candor" ? 2 : 1); end; // Every 5 seconds, handle cave, if fighting. Does nothing when waiting. |