diff options
Diffstat (limited to 'npc/005-1/sailors.txt')
-rw-r--r-- | npc/005-1/sailors.txt | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/npc/005-1/sailors.txt b/npc/005-1/sailors.txt index a05cdd909..91386a786 100644 --- a/npc/005-1/sailors.txt +++ b/npc/005-1/sailors.txt @@ -134,12 +134,15 @@ L_questCure_success: close; L_questCure_failure: - Zeny = Zeny + 60; + if (getq2(CandorQuest_SailorCure) * 30 < 240) + Zeny = Zeny + 60; + else + Zeny = Zeny + 30; mesn; mesq l("That... Didn't worked. I'm sorry."); next; mesn; - mesq l("Here's 60 GP for your efforts."); + mesq l("Here's some gold for your efforts."); goto L_CureMaster; OnInit: |