summaryrefslogtreecommitdiff
path: root/npc/029-2/morgan.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/029-2/morgan.txt')
-rw-r--r--npc/029-2/morgan.txt21
1 files changed, 16 insertions, 5 deletions
diff --git a/npc/029-2/morgan.txt b/npc/029-2/morgan.txt
index 00128fd5..d5416802 100644
--- a/npc/029-2/morgan.txt
+++ b/npc/029-2/morgan.txt
@@ -61,7 +61,7 @@ L_Seen:
L_NotMagic:
mes "[Morgan]";
mes "\"Hrmm you don't appear to posses enough magical talent to teach.\"";
- goto L_close;
+ close;
L_Start:
mesn;
@@ -91,7 +91,7 @@ L_Start:
next;
mesn;
mesq l("Speak to me again once you've cast the spell.");
- goto L_close;
+ close;
L_Started:
mes "[Morgan]";
@@ -99,7 +99,7 @@ L_Started:
mes "\"Equip the wand and lets try out that spell.\"";
mes "\"To cast a spell open the chat window, type the invocation and press enter.\"";
mes "\"Speak to me again once you've cast the spell.\"";
- goto L_close;
+ close;
L_CastOnce:
mes "[Morgan]";
@@ -111,7 +111,7 @@ L_CastOnce:
next;
mes "\"I've taught you all I can for now. You should visit the Mana Seed north west of Hurnscald.\"";
QL_MORGAN = 4;
- goto L_close;
+ close;
L_LearningDone:
mes "[Morgan]";
@@ -120,7 +120,18 @@ L_LearningDone:
mes "\"To cast a spell open the chat window, type the invocation and press enter.\"";
mes "\"I've taught you all I can for now. You should visit the Mana Seed north west of Hurnscald.\"";
learnskill SKILL_CONFRINGO;
- goto L_close;
+ if (get_nibble(##03_TMWQUEST, 0) == 1) {
+ mes "";
+ select
+ l("Gotcha."),
+ l("Actually, have you ever heard of Yeti's kidnapping little girls?");
+ mes "";
+ if (@menu == 2) {
+ mesn;
+ mesq l("No, but maybe someone %s would know better?", b(l("old")));
+ }
+ }
+ close;
L_close:
close;