diff options
Diffstat (limited to 'npc/002-1/peter.txt')
-rw-r--r-- | npc/002-1/peter.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/002-1/peter.txt b/npc/002-1/peter.txt index 24ee6917b..56cca9eeb 100644 --- a/npc/002-1/peter.txt +++ b/npc/002-1/peter.txt @@ -309,7 +309,7 @@ L_Reward: mesq l("Good job!") + " " + l("Here's your reward!"); getexp 100, 0; Zeny = Zeny + 1000; - message strcharinfo(0), l("You receive @@ E!", 1000); + message strcharinfo(0), l("You receive @@ GP!", 1000); goto L_CleaningClose; @@ -334,6 +334,6 @@ OnNoGoodTick: OnInit: .sex = G_MALE; - .distance = 3; + .distance = 5; end; } |