diff options
Diffstat (limited to 'npc/003-0-1/professor.txt')
-rw-r--r-- | npc/003-0-1/professor.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/003-0-1/professor.txt b/npc/003-0-1/professor.txt index 0fa668d56..7a736c89d 100644 --- a/npc/003-0-1/professor.txt +++ b/npc/003-0-1/professor.txt @@ -76,7 +76,7 @@ OnSpeeching: if (ANCIENTLANGUAGEBOUNCER == 1) { ANCIENTLANGUAGEBOUNCER=0; skill TMW2_ANCIENTLANGUAGES, 1, 0; - dispbottom l("It was a boring speech, but you have learned ancient languages."); + dispbottom l("It was a boring lesson, but you have mastered Mananese."); } } @@ -100,7 +100,7 @@ OnSpeeching: // were fighting instead... skill(TMW2_SPEECH, .@x, 0); AFKING+=1; - npctalk3 l("%s, you're a good student. You have a bright future if you keep listening to me.", strcharinfo(0)); + npctalk3 l("%s, you're a good student. You will have a bright future if you keep studying.", strcharinfo(0)); dispbottom l("Learning from seeing (aka. AFK-ing) skill LEVEL UP!!"); break; } |