diff options
author | Stefan Beller <stefanbeller@googlemail.com> | 2010-12-27 19:51:53 +0100 |
---|---|---|
committer | Stefan Beller <stefanbeller@googlemail.com> | 2011-01-02 21:21:18 +0100 |
commit | d191f6a204a3f2be75a95e3f7d5cc1328aa57fbe (patch) | |
tree | a05cb850948b5c7f973c2d83dc10c0f7cbf6cf4d /npc/functions | |
parent | 1e928158cca01692172158805c949b19843ba41e (diff) | |
download | serverdata-d191f6a204a3f2be75a95e3f7d5cc1328aa57fbe.tar.gz serverdata-d191f6a204a3f2be75a95e3f7d5cc1328aa57fbe.tar.bz2 serverdata-d191f6a204a3f2be75a95e3f7d5cc1328aa57fbe.tar.xz serverdata-d191f6a204a3f2be75a95e3f7d5cc1328aa57fbe.zip |
unify consts: ability to focus is SKILL_POOL now
there were 3 different consts meaning the same.
Diffstat (limited to 'npc/functions')
-rw-r--r-- | npc/functions/magic.txt | 2 |
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; |