summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/exercise.cc
diff options
context:
space:
mode:
authorChris Campbell <chriscampbell89@gmail.com>2011-09-24 00:11:03 +0100
committerChris Campbell <chriscampbell89@gmail.com>2011-09-24 00:18:27 +0100
commit35014a46c128b44c7a61a9199d0b698d553c0387 (patch)
treedbdfa882c184e28d4a750ec6ef8fc0618ff94ee5 /crawl-ref/source/exercise.cc
parenta3e7bb3c42ba8181dd9a0fdb1ecf736fb1ec5023 (diff)
downloadcrawl-ref-35014a46c128b44c7a61a9199d0b698d553c0387.tar.gz
crawl-ref-35014a46c128b44c7a61a9199d0b698d553c0387.zip
Merge Ely's Restoration into the Purification ability, increase its cost a little (#4591)
Diffstat (limited to 'crawl-ref/source/exercise.cc')
-rw-r--r--crawl-ref/source/exercise.cc4
1 files changed, 1 insertions, 3 deletions
diff --git a/crawl-ref/source/exercise.cc b/crawl-ref/source/exercise.cc
index 3189ac441a..a4e04fd6e5 100644
--- a/crawl-ref/source/exercise.cc
+++ b/crawl-ref/source/exercise.cc
@@ -69,7 +69,6 @@ static skill_type _abil_skill(ability_type abil)
case ABIL_TSO_CLEANSING_FLAME:
case ABIL_OKAWARU_FINESSE:
case ABIL_CHEIBRIADOS_SLOUCH:
- case ABIL_ELYVILON_RESTORATION:
case ABIL_LUGONU_CORRUPT:
case ABIL_JIYVA_CURE_BAD_MUTATION:
case ABIL_CHEIBRIADOS_TIME_STEP:
@@ -131,7 +130,6 @@ static int _abil_degree(ability_type abil)
case ABIL_BEOGH_SMITING:
return (2 + random2(2));
case ABIL_MAKHLEB_LESSER_SERVANT_OF_MAKHLEB:
- case ABIL_ELYVILON_PURIFICATION:
case ABIL_LUGONU_BEND_SPACE:
case ABIL_FEDHAS_SUNLIGHT:
case ABIL_FEDHAS_PLANT_RING:
@@ -159,7 +157,7 @@ static int _abil_degree(ability_type abil)
case ABIL_CHEIBRIADOS_SLOUCH:
return (4 + random2(4));
- case ABIL_ELYVILON_RESTORATION:
+ case ABIL_ELYVILON_PURIFICATION:
return (4 + random2(6));
case ABIL_LUGONU_CORRUPT: