summaryrefslogtreecommitdiff
path: root/npc/functions/magic.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/functions/magic.txt')
-rw-r--r--npc/functions/magic.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/magic.txt b/npc/functions/magic.txt
index 3f9b620b..31baa66c 100644
--- a/npc/functions/magic.txt
+++ b/npc/functions/magic.txt
@@ -117,7 +117,7 @@ L_Q_post_imp:
if (@ignore & @QQ_ASTRALSOUL)
goto L_Q_post_astralsoul;
- if (!getskillv(SKILL_MAGIC) || !getskillv(SKILL_FOCUS))
+ if (!getskillv(SKILL_MAGIC) || !getskillv(SKILL_POOL))
goto L_Q_post_astralsoul;
set @choice$[@choices_nr], "...ways to improve my magic?";
set @choice_idx[@choices_nr], @QQ_IMP;