From d191f6a204a3f2be75a95e3f7d5cc1328aa57fbe Mon Sep 17 00:00:00 2001 From: Stefan Beller Date: Mon, 27 Dec 2010 19:51:53 +0100 Subject: unify consts: ability to focus is SKILL_POOL now there were 3 different consts meaning the same. --- npc/functions/magic.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc') 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; -- cgit v1.2.3-60-g2f50