summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/exercise.cc
diff options
context:
space:
mode:
authorChris Campbell <chriscampbell89@gmail.com>2013-10-03 10:41:41 +0100
committerChris Campbell <chriscampbell89@gmail.com>2013-10-03 10:41:41 +0100
commita432331b2d5861808b987e8f1786a01513dcc6cb (patch)
tree149688848fe33c1f1918e5bf30ba3e04b2c405d4 /crawl-ref/source/exercise.cc
parentcfb487be45d8c66f3aa091863311c5193e94ecd7 (diff)
downloadcrawl-ref-a432331b2d5861808b987e8f1786a01513dcc6cb.tar.gz
crawl-ref-a432331b2d5861808b987e8f1786a01513dcc6cb.zip
Make evokable jump weight evocations in auto skill mode
Diffstat (limited to 'crawl-ref/source/exercise.cc')
-rw-r--r--crawl-ref/source/exercise.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/exercise.cc b/crawl-ref/source/exercise.cc
index 23bd1f2c3c..629d7f2d7c 100644
--- a/crawl-ref/source/exercise.cc
+++ b/crawl-ref/source/exercise.cc
@@ -27,6 +27,7 @@ skill_type abil_skill(ability_type abil)
case ABIL_EVOKE_FLIGHT:
case ABIL_EVOKE_FOG:
case ABIL_EVOKE_TELEPORT_CONTROL:
+ case ABIL_EVOKE_JUMP:
return SK_EVOCATIONS;
case ABIL_NEMELEX_DRAW_ONE:
@@ -102,6 +103,7 @@ static int _abil_degree(ability_type abil)
case ABIL_EVOKE_FLIGHT:
case ABIL_EVOKE_FOG:
case ABIL_EVOKE_TELEPORT_CONTROL:
+ case ABIL_EVOKE_JUMP:
return 1;
case ABIL_NEMELEX_DRAW_ONE: