summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/exercise.cc
diff options
context:
space:
mode:
authorSteve Melenchuk <smelenchuk@gmail.com>2014-04-20 18:54:04 -0600
committerSteve Melenchuk <smelenchuk@gmail.com>2014-05-07 18:23:24 -0600
commit1c445a7113cd6b4cc56a3f55919304664a9bc1f3 (patch)
treefd11c8123c5b692939a1cd6e8d3607df1e7fb154 /crawl-ref/source/exercise.cc
parent6b0dd6438f66c6b71c5c7e864b67ed3342d3f1c0 (diff)
downloadcrawl-ref-1c445a7113cd6b4cc56a3f55919304664a9bc1f3.tar.gz
crawl-ref-1c445a7113cd6b4cc56a3f55919304664a9bc1f3.zip
Qazlal: Elemental Force.
Causes clouds arounds you to coalesce into elementals, with friendliness depending on the source of the cloud. Thanks to dpeg for suggesting this be an active ability.
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 0c86c3e0e2..5191e89dfb 100644
--- a/crawl-ref/source/exercise.cc
+++ b/crawl-ref/source/exercise.cc
@@ -81,6 +81,7 @@ skill_type abil_skill(ability_type abil)
case ABIL_DITHMENOS_SHADOW_STEP:
case ABIL_DITHMENOS_SHADOW_FORM:
case ABIL_QAZLAL_UPHEAVAL:
+ case ABIL_QAZLAL_ELEMENTAL_FORCE:
return SK_INVOCATIONS;
case ABIL_KIKU_RECEIVE_CORPSES:
@@ -156,6 +157,7 @@ static int _abil_degree(ability_type abil)
case ABIL_ELYVILON_GREATER_HEALING_OTHERS:
case ABIL_LUGONU_BANISH:
case ABIL_CHEIBRIADOS_DISTORTION:
+ case ABIL_QAZLAL_ELEMENTAL_FORCE:
return 3 + random2(5);
case ABIL_TSO_CLEANSING_FLAME:
return 3 + random2(6);