diff options
Diffstat (limited to 'npc/002-1/peter.txt')
-rw-r--r-- | npc/002-1/peter.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/002-1/peter.txt b/npc/002-1/peter.txt index 0d5af2fd2..bff153067 100644 --- a/npc/002-1/peter.txt +++ b/npc/002-1/peter.txt @@ -269,7 +269,7 @@ OnDone: mesn; mesq l("Good job!") + " " + l("Thanks for helping!"); getexp 0, (JobLevel > 6 ? (15+JobLevel) : 4); - PETER_REPEAT += 1 + PETER_REPEAT += 1; // Every 3 repeats (10 minutes) gives you 50 GP if (PETER_REPEAT % 3 == 0) { |