diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/000-2-0/julia.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/000-2-0/julia.txt b/npc/000-2-0/julia.txt index 0351ce3b..58cacd49 100644 --- a/npc/000-2-0/julia.txt +++ b/npc/000-2-0/julia.txt @@ -214,8 +214,8 @@ l_Regret: next; mesq l("Take this money for your wise choice. But do not try it again. Water has been merciful with you once... Do not tempt fate once more!"); set zeny, zeny + 50; - message strcharinfo(0), l("You receive 100GP!"); - setq ShipQuests_ChefGado, 100; + message strcharinfo(0), l("You receive 50GP!"); + setq ShipQuests_ChefGado, 5; close; |