summaryrefslogtreecommitdiff
path: root/npc/005-1/sailors.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/005-1/sailors.txt')
-rw-r--r--npc/005-1/sailors.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/005-1/sailors.txt b/npc/005-1/sailors.txt
index 1d75758dc..a05cdd909 100644
--- a/npc/005-1/sailors.txt
+++ b/npc/005-1/sailors.txt
@@ -120,10 +120,10 @@ L_CureLoop:
goto questCure_failure;
L_questCure_success:
- if (getq2(CandorQuest_SailorCure) * 40 < 240)
- Zeny = Zeny + 240 - getq2(CandorQuest_SailorCure) * 40;
+ if (getq2(CandorQuest_SailorCure) * 30 < 240)
+ Zeny = Zeny + 240 - getq2(CandorQuest_SailorCure) * 30;
else
- Zeny = Zeny + 40;
+ Zeny = Zeny + 30;
getexp 50, 10;
setq CandorQuest_SailorCure, 1;
mesn;