diff options
Diffstat (limited to 'npc/003-0-1')
-rw-r--r-- | npc/003-0-1/professor.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/003-0-1/professor.txt b/npc/003-0-1/professor.txt index 4c3c323e9..8e3186090 100644 --- a/npc/003-0-1/professor.txt +++ b/npc/003-0-1/professor.txt @@ -20,7 +20,8 @@ mes ""; mesc l("If you get too much exp this way, a skill will level up and you'll get even more!"); mesc l("But remember: %s", b(l("You cannot sit idle for too long gaining EXP!"))); - mesc l("After about 15 minutes AFK, you won't get EXP anymore."); + mesc l("After about 30 minutes AFK, you won't get EXP anymore."); + mesc l("But don't worry, because as they say: The more you learn, the better you get at learning!"); mes ""; mesc l("In overall, you'll get more experience by fighting monsters."); mesc l("But if you only want to sit down and chat, this area is ideal for you!"); |