diff options
author | Alige <aligetmw@hotmail.fr> | 2012-12-25 20:41:12 +0400 |
---|---|---|
committer | Alige <aligetmw@hotmail.fr> | 2012-12-25 20:41:12 +0400 |
commit | b5c5537e63f085c8527de98fcd7930a0c5fcd82d (patch) | |
tree | d022c1007238c123fe2555f36f57fd5b37a9aa82 /npc | |
parent | 0a671212b723d276407f6dee5728247a73e214a7 (diff) | |
download | clientdata-b5c5537e63f085c8527de98fcd7930a0c5fcd82d.tar.gz clientdata-b5c5537e63f085c8527de98fcd7930a0c5fcd82d.tar.bz2 clientdata-b5c5537e63f085c8527de98fcd7930a0c5fcd82d.tar.xz clientdata-b5c5537e63f085c8527de98fcd7930a0c5fcd82d.zip |
Changer peter's reward from 500 GP to 200 GP.
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; |