diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/000-2-1/peter.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/000-2-1/peter.txt b/npc/000-2-1/peter.txt index 30043557..51c53cab 100644 --- a/npc/000-2-1/peter.txt +++ b/npc/000-2-1/peter.txt @@ -156,7 +156,7 @@ OnReturnWin: l_BonusTask: mes ""; mesn; - mesq l("I will give you @@GP.", 500); + mesq l("I will give you @@GP.", 200); next; menu @@ -286,8 +286,8 @@ l_Reward: mesn; mesq l("Good job!") + " " + l("Here's your reward!"); getexp 100, 0; - set zeny, zeny + 500; - message strcharinfo(0), l("You receive 500GP!"); + set zeny, zeny + 200; + message strcharinfo(0), l("You receive 200GP!"); setq ShipQuests_Peter, 5; goto l_CleaningClose; |