diff options
Diffstat (limited to 'npc/000-2-1/peter.txt')
-rw-r--r-- | npc/000-2-1/peter.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/000-2-1/peter.txt b/npc/000-2-1/peter.txt index 61b09945..0e7f8790 100644 --- a/npc/000-2-1/peter.txt +++ b/npc/000-2-1/peter.txt @@ -272,7 +272,8 @@ l_Reward: mesn; mesq l("Good job!") + " " + l("Here's your reward!"); getexp 100, 0; - set zeny, zeny + 500; + set zeny, zeny + 25; + message strcharinfo(0), l("You receive 25GP!"); setq ShipQuests_Peter, 5; goto l_CleaningClose; |