summaryrefslogtreecommitdiff
path: root/npc/002-1
diff options
context:
space:
mode:
Diffstat (limited to 'npc/002-1')
-rw-r--r--npc/002-1/elanore.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/npc/002-1/elanore.txt b/npc/002-1/elanore.txt
index 50996c6a..4ac7942f 100644
--- a/npc/002-1/elanore.txt
+++ b/npc/002-1/elanore.txt
@@ -273,6 +273,7 @@ L_T_Explain3:
mes "\"You seem to be ready to advance as a healer. There is one favour I must ask of you first, though.\"";
set QUEST_MAGIC2, (QUEST_MAGIC2 & ~(NIBBLE_3_MASK)); // Initialise Kadiya quest
setq1(MagicQuest_Healing, .ST_WAITING_FOR_KADIYA);
+ @Q_status = getq(MagicQuest_Healing);
next;
mesn l("Elanore the Healer");
@@ -370,6 +371,7 @@ L_T_AdvTo3Ready:
mes "[Level 3 in Life Magic]";
setq1(MagicQuest_Healing, .ST_READY_TO_CURE_POISON);
+ @Q_status = getq(MagicQuest_Healing);
getexp @xp, 0;
if (getskilllv(SKILL_MAGIC_LIFE) < 3)
updateskill SKILL_MAGIC_LIFE, 3;
@@ -406,6 +408,7 @@ L_T_CurePosion:
mes "\"Come back again soon; there is another spell I would like to teach you.\"";
next;
setq1(MagicQuest_Healing, .ST_LEARNED_CURE_POISON);
+ @Q_status = getq(MagicQuest_Healing);
goto L_Main;
L_T_dunno: