summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/exercise.cc
diff options
context:
space:
mode:
authorChris Campbell <chriscampbell89@gmail.com>2011-10-30 19:38:49 +0000
committerChris Campbell <chriscampbell89@gmail.com>2011-10-30 19:40:21 +0000
commit53b9fe34aebabd0ca83b09495ad3e57f93b28461 (patch)
treeaac33bcc2ea10b9ba4785cde7db922f8384dc77c /crawl-ref/source/exercise.cc
parent5db97c4597fbc0788ce8f9b9631c172610d2a1bc (diff)
downloadcrawl-ref-53b9fe34aebabd0ca83b09495ad3e57f93b28461.tar.gz
crawl-ref-53b9fe34aebabd0ca83b09495ad3e57f93b28461.zip
Temporal Distortion: a new Chei ability to help against ranged attackers
It's essentially just a very low duration step from time, with the result that monsters will approach the player, possibly bringing them into range for Bend Time and allowing the player to spend less turns being pelted by missiles. Probably needs lots of testing and tweaking! Additional changes: Bend Time moved to the 1* piety level, bonus resistances removed (now Chei worshippers can wear randarts there's not as much justification for them).
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 4eb4a1e516..41bfa9ece4 100644
--- a/crawl-ref/source/exercise.cc
+++ b/crawl-ref/source/exercise.cc
@@ -78,6 +78,7 @@ skill_type abil_skill(ability_type abil)
case ABIL_TSO_SUMMON_DIVINE_WARRIOR:
case ABIL_YRED_ENSLAVE_SOUL:
case ABIL_LUGONU_ABYSS_EXIT:
+ case ABIL_CHEIBRIADOS_DISTORTION:
return (SK_INVOCATIONS);
case ABIL_KIKU_RECEIVE_CORPSES:
@@ -149,6 +150,7 @@ static int _abil_degree(ability_type abil)
case ABIL_ELYVILON_GREATER_HEALING_OTHERS:
case ABIL_LUGONU_BANISH:
case ABIL_JIYVA_SLIMIFY:
+ case ABIL_CHEIBRIADOS_DISTORTION:
return (3 + random2(5));
case ABIL_TSO_CLEANSING_FLAME:
return (3 + random2(6));