summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCharles Otto <ottochar@gmail.com>2010-01-17 15:30:01 -0500
committerCharles Otto <ottochar@gmail.com>2010-01-17 15:38:45 -0500
commit3f8f37db599b70535a818ba16d58a5819fef2e11 (patch)
tree124d2f461fdf02cf73794b95a185078f1666cb77
parent616a366a350e447a5d1b69bd62832ab7df6f4c0c (diff)
downloadcrawl-ref-3f8f37db599b70535a818ba16d58a5819fef2e11.tar.gz
crawl-ref-3f8f37db599b70535a818ba16d58a5819fef2e11.zip
Increase the casting difficulty of Fedhas' rain
-rw-r--r--crawl-ref/source/abl-show.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/abl-show.cc b/crawl-ref/source/abl-show.cc
index d2b5866ef5..d6dd664824 100644
--- a/crawl-ref/source/abl-show.cc
+++ b/crawl-ref/source/abl-show.cc
@@ -754,7 +754,6 @@ static talent _get_talent(ability_type ability, bool check_confused)
case ABIL_MAKHLEB_MAJOR_DESTRUCTION:
case ABIL_FEDHAS_SPAWN_SPORES:
- case ABIL_FEDHAS_RAIN:
case ABIL_YRED_DRAIN_LIFE:
case ABIL_CHEIBRIADOS_SLOUCH:
invoc = true;
@@ -766,6 +765,7 @@ static talent _get_talent(ability_type ability, bool check_confused)
case ABIL_OKAWARU_HASTE:
case ABIL_MAKHLEB_GREATER_SERVANT_OF_MAKHLEB:
case ABIL_LUGONU_CORRUPT:
+ case ABIL_FEDHAS_RAIN:
invoc = true;
failure = 70 - (you.piety / 25) - (you.skills[SK_INVOCATIONS] * 4);
break;