From 3f8f37db599b70535a818ba16d58a5819fef2e11 Mon Sep 17 00:00:00 2001 From: Charles Otto Date: Sun, 17 Jan 2010 15:30:01 -0500 Subject: Increase the casting difficulty of Fedhas' rain --- crawl-ref/source/abl-show.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source') 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; -- cgit v1.2.3-54-g00ecf