summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/exercise.cc
diff options
context:
space:
mode:
authorSteve Melenchuk <smelenchuk@gmail.com>2014-04-13 15:18:05 -0600
committerSteve Melenchuk <smelenchuk@gmail.com>2014-05-07 18:23:24 -0600
commit6b0dd6438f66c6b71c5c7e864b67ed3342d3f1c0 (patch)
tree4f3107d7ad6c8d6ae38009c9fc1da6a7db0eef39 /crawl-ref/source/exercise.cc
parentcfba2b02acee880f9d579c2e53a24be1d3f423ac (diff)
downloadcrawl-ref-6b0dd6438f66c6b71c5c7e864b67ed3342d3f1c0.tar.gz
crawl-ref-6b0dd6438f66c6b71c5c7e864b67ed3342d3f1c0.zip
Qazlal: Upheaval.
Smite-targeted attack; blasts a small area with magma, ice, wind, or rubble. Magma can temporarily create lava; ice flash-freezes enemies; wind creates storm clouds; rubble can destroy walls.
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 b242040e2b..0c86c3e0e2 100644
--- a/crawl-ref/source/exercise.cc
+++ b/crawl-ref/source/exercise.cc
@@ -80,6 +80,7 @@ skill_type abil_skill(ability_type abil)
case ABIL_CHEIBRIADOS_DISTORTION:
case ABIL_DITHMENOS_SHADOW_STEP:
case ABIL_DITHMENOS_SHADOW_FORM:
+ case ABIL_QAZLAL_UPHEAVAL:
return SK_INVOCATIONS;
case ABIL_KIKU_RECEIVE_CORPSES:
@@ -142,6 +143,7 @@ static int _abil_degree(ability_type abil)
case ABIL_FEDHAS_SPAWN_SPORES:
case ABIL_FEDHAS_EVOLUTION:
case ABIL_CHEIBRIADOS_TIME_BEND:
+ case ABIL_QAZLAL_UPHEAVAL:
return 2 + random2(3);
case ABIL_YRED_ANIMATE_REMAINS:
case ABIL_YRED_ANIMATE_DEAD: