summaryrefslogtreecommitdiff
path: root/npc/000-2-1/peter.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/000-2-1/peter.txt')
-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 bd0ffa6a..d202f417 100644
--- a/npc/000-2-1/peter.txt
+++ b/npc/000-2-1/peter.txt
@@ -158,7 +158,7 @@ OnReturnWin:
l_BonusTask:
mes "";
mesn;
- mesq l("I will give you @@GP.", 200);
+ mesq l("I will give you @@ GP.", 200);
next;
menu
@@ -282,7 +282,7 @@ l_Reward:
mesq l("Good job!") + " " + l("Here's your reward!");
getexp 100, 0;
set zeny, zeny + 200;
- message strcharinfo(0), l("You receive 200GP!");
+ message strcharinfo(0), l("You receive 200 GP!");
setq ShipQuests_Peter, 5;
goto l_CleaningClose;