summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
Diffstat (limited to 'npc')
-rw-r--r--npc/021-4/main.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/021-4/main.txt b/npc/021-4/main.txt
index 477dbd57d..457363a8a 100644
--- a/npc/021-4/main.txt
+++ b/npc/021-4/main.txt
@@ -218,7 +218,8 @@ L_Winner:
if (.@q == 4) {
getitem Earmuffs, 1;
} else {
- Zeny=Zeny+rand(min(15000, 5000+BaseLevel*10),15000);
+ .@mbonus=(BaseLevel-60)*40; // up to 3600 GP limit (lv 150) [1.6k at L100]
+ Zeny=Zeny+rand(min(15000, 5000+.@mbonus),15000);
getitem TreasureMap, 1;
getitem TreasureKey, 1;
}