summaryrefslogtreecommitdiff
path: root/npc/009-4/waric.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/009-4/waric.txt')
-rw-r--r--npc/009-4/waric.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/009-4/waric.txt b/npc/009-4/waric.txt
index dee2787f..07dc1e66 100644
--- a/npc/009-4/waric.txt
+++ b/npc/009-4/waric.txt
@@ -20,7 +20,7 @@
009-4,118,42,0 script Waric#trap NPC153,{
@Exp_LEARNED_ALOT = 10000;
- if (OrumQuest >= 13)
+ if (getq(MagicQuest_DarkMage) >= 13)
goto L_Behave;
mes "Waric looks toward you rubbing his chin...";
next;
@@ -38,7 +38,7 @@ L_Next:
mes "\"We've got a feisty one here, Orum!\"";
next;
mes "They begin discussing plans of some sort...";
- OrumQuest = 13;
+ setq(MagicQuest_DarkMage, 13);
goto L_close;
L_Behave:
@@ -79,7 +79,7 @@ L_Explain:
next;
mes "Once more you start to lose conciousness as your surroundings begin to fade...";
next;
- OrumQuest = 14;
+ setq(MagicQuest_DarkMage, 14);
misceffect 10;
warp "008-1", 65, 90;
getexp @Exp_LEARNED_ALOT, 0;