summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReid Yaro <reidyaro@gmail.com>2013-06-20 00:13:45 +0100
committerReid Yaro <reidyaro@gmail.com>2013-06-20 00:13:45 +0100
commit2c362490b3f63ff3b7866b1c219653abd3c71d61 (patch)
treeda134ff77f1a6d6d39013878e30b6623acefff1b
parent891b049c9e14ceef10992627915c7388fffcbd01 (diff)
downloadclientdata-2c362490b3f63ff3b7866b1c219653abd3c71d61.tar.gz
clientdata-2c362490b3f63ff3b7866b1c219653abd3c71d61.tar.bz2
clientdata-2c362490b3f63ff3b7866b1c219653abd3c71d61.tar.xz
clientdata-2c362490b3f63ff3b7866b1c219653abd3c71d61.zip
Correct wrong zeny on peter script.
-rw-r--r--npc/000-2-1/peter.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/000-2-1/peter.txt b/npc/000-2-1/peter.txt
index 6c2044b9..01d67102 100644
--- a/npc/000-2-1/peter.txt
+++ b/npc/000-2-1/peter.txt
@@ -174,7 +174,7 @@ OnReturnWin:
l_BonusTask:
mes "";
mesn;
- mesq l("What if I give you 200 Esperin for that job, is it ok?");
+ mesq l("What if I give you 1000 Esperin for that job, is it ok?");
next;
menu
@@ -300,7 +300,7 @@ l_Reward:
mesq l("Good job!") + " " + l("Here's your reward!");
getexp 100, 0;
set zeny, zeny + 1000;
- message strcharinfo(0), l("You receive @@ E!", 200);
+ message strcharinfo(0), l("You receive @@ E!", 1000);
goto l_CleaningClose;