diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/003-0-1/researcher.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/003-0-1/researcher.txt b/npc/003-0-1/researcher.txt index 01e8e0482..5a0e12cf3 100644 --- a/npc/003-0-1/researcher.txt +++ b/npc/003-0-1/researcher.txt @@ -62,10 +62,10 @@ } mesn; - mesq l("Wait, it is not so simple as giving me money."); + mesq l("Wait, it is not so simple as just giving me the money."); next; mesn; - mesq l("What do you think learning is, magic?!"); + mesq l("What do you think learning is, magic?! No!"); next; mesn; mesq l("What do you need to learn something besides money for tuitions fee? Time and Dedication."); @@ -73,7 +73,7 @@ Zeny-=.learn; ANCIENTLANGUAGEBOUNCER=13; // 120s / 5 = 12 + 1 for node mesn; - mesq l("Do you see the professor on the next room? Learn to his boring speech for @@. There are the materials for the class.", b(l("two minutes"))); + mesq l("Do you see the professor on the next room? Listen to his boring speech for @@. There are the materials for the class.", b(l("two minutes"))); next; mesn; mesq l("If you pay attention, you'll learn the skill."); |