summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 6c2044b91..01d671026 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;