diff options
Diffstat (limited to 'npc/001-1_Tulimshar/guide.txt')
-rw-r--r-- | npc/001-1_Tulimshar/guide.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/001-1_Tulimshar/guide.txt b/npc/001-1_Tulimshar/guide.txt index d4367616..d53c43a8 100644 --- a/npc/001-1_Tulimshar/guide.txt +++ b/npc/001-1_Tulimshar/guide.txt @@ -128,7 +128,7 @@ L_Stats: L_Magic: mes "[Ian the Guide]"; mes "\"In decades past, there was a Mana Seed south of Tulimshar, from which people could draw magical energies. Unfortunately, the seed is gone."; - mes "Until we find a new Mana Seed, there will be no magic, except for those who already possess magical powers.\""; + mes "However, I've overheard the bard mentioning something about this recently... if you are interested in magic, try talking to him!\""; next; goto L_Menu_A; @@ -153,7 +153,7 @@ S_Grad: mes "[Ian the Guide]"; mes "\"Hey, you've been doing good, let me give you this.\""; - getitem 675, 1; + getitem "GraduationCap", 1; set TUT_var, TUT_var | 2; next; |