summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/exercise.cc
diff options
context:
space:
mode:
authorChris Campbell <chriscampbell89@gmail.com>2012-11-18 20:33:50 +0000
committerChris Campbell <chriscampbell89@gmail.com>2012-11-18 20:34:36 +0000
commita7c5d47ac657cb0aebd3559b9423b4268463d8c2 (patch)
tree1dd4d814f0d0c56561189ba604486afc01935027 /crawl-ref/source/exercise.cc
parent4ee43f3f1323473ee383c736c1e1cb7946a238d5 (diff)
downloadcrawl-ref-a7c5d47ac657cb0aebd3559b9423b4268463d8c2.tar.gz
crawl-ref-a7c5d47ac657cb0aebd3559b9423b4268463d8c2.zip
Give the cloak of the Thief an evokable ability to release fog
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 e7aa1d9236..8ceaab1d05 100644
--- a/crawl-ref/source/exercise.cc
+++ b/crawl-ref/source/exercise.cc
@@ -25,6 +25,7 @@ skill_type abil_skill(ability_type abil)
case ABIL_EVOKE_BERSERK:
case ABIL_EVOKE_TURN_INVISIBLE:
case ABIL_EVOKE_FLIGHT:
+ case ABIL_EVOKE_FOG:
return SK_EVOCATIONS;
case ABIL_NEMELEX_DRAW_ONE:
@@ -98,6 +99,7 @@ static int _abil_degree(ability_type abil)
case ABIL_EVOKE_BERSERK:
case ABIL_EVOKE_TURN_INVISIBLE:
case ABIL_EVOKE_FLIGHT:
+ case ABIL_EVOKE_FOG:
return 1;
case ABIL_NEMELEX_DRAW_ONE: