summaryrefslogtreecommitdiff
path: root/npc/003-1/swezanne.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/003-1/swezanne.txt')
-rw-r--r--npc/003-1/swezanne.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/npc/003-1/swezanne.txt b/npc/003-1/swezanne.txt
index ea3257b63..83a45c23a 100644
--- a/npc/003-1/swezanne.txt
+++ b/npc/003-1/swezanne.txt
@@ -83,7 +83,9 @@ L_Finish2:
L_Finish:
delitem CactusDrink, 5;
getexp 63, 4; // 4 Job points! A "great" reward.
- Zeny = (Zeny + 250); // 5*25 = 125 base (+100%)
+ // Bonus: +300%
+ .@price = getiteminfo(CactusDrink, ITEMINFO_SELLPRICE) * 5 * 3;
+ Zeny += .@price;
setq TulimsharQuest_Swezanne, 3;
setq2 TulimsharQuest_Swezanne, gettimetick(2)+60*60*24;
close;