summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/abl-show.cc
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-10-24 08:58:17 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-10-24 08:58:17 +0000
commit739dded185d62c6238d8272ac252b6a61e7ac2ec (patch)
tree60f73ce47eab42b60afdc9439788154c4c9a976d /crawl-ref/source/abl-show.cc
parente25b9a95b76a069a92cbf12148a5cf33cbcde45e (diff)
downloadcrawl-ref-739dded185d62c6238d8272ac252b6a61e7ac2ec.tar.gz
crawl-ref-739dded185d62c6238d8272ac252b6a61e7ac2ec.zip
Lugonu invocations are now invocations and have fail rates.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2531 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/abl-show.cc')
-rw-r--r--crawl-ref/source/abl-show.cc5
1 files changed, 5 insertions, 0 deletions
diff --git a/crawl-ref/source/abl-show.cc b/crawl-ref/source/abl-show.cc
index 4af232ce3b..6610746402 100644
--- a/crawl-ref/source/abl-show.cc
+++ b/crawl-ref/source/abl-show.cc
@@ -642,6 +642,7 @@ static talent get_talent(ability_type ability, bool check_confused)
case ABIL_BEOGH_RECALL_ORCISH_FOLLOWERS:
case ABIL_OKAWARU_MIGHT:
case ABIL_ELYVILON_LESSER_HEALING:
+ case ABIL_LUGONU_ABYSS_EXIT:
invoc = true;
failure = 30 - (you.piety / 20) - (6 * you.skills[SK_INVOCATIONS]);
break;
@@ -687,6 +688,7 @@ static talent get_talent(ability_type ability, bool check_confused)
case ABIL_YRED_ANIMATE_DEAD:
case ABIL_MAKHLEB_LESSER_SERVANT_OF_MAKHLEB:
case ABIL_ELYVILON_HEALING:
+ case ABIL_LUGONU_BEND_SPACE:
invoc = true;
failure = 40 - (you.piety / 20) - (5 * you.skills[SK_INVOCATIONS]);
break;
@@ -703,6 +705,7 @@ static talent get_talent(ability_type ability, bool check_confused)
case ABIL_ZIN_PESTILENCE:
case ABIL_TSO_ANNIHILATE_UNDEAD:
+ case ABIL_LUGONU_BANISH:
invoc = true;
failure = 60 - (you.piety / 20) - (5 * you.skills[SK_INVOCATIONS]);
break;
@@ -719,6 +722,7 @@ static talent get_talent(ability_type ability, bool check_confused)
case ABIL_YRED_CONTROL_UNDEAD:
case ABIL_OKAWARU_HASTE:
case ABIL_MAKHLEB_GREATER_SERVANT_OF_MAKHLEB:
+ case ABIL_LUGONU_CORRUPT:
invoc = true;
failure = 70 - (you.piety / 25) - (you.skills[SK_INVOCATIONS] * 4);
break;
@@ -727,6 +731,7 @@ static talent get_talent(ability_type ability, bool check_confused)
case ABIL_TSO_SUMMON_DAEVA:
case ABIL_KIKU_INVOKE_DEATH:
case ABIL_ELYVILON_GREATER_HEALING:
+ case ABIL_LUGONU_ABYSS_ENTER:
invoc = true;
failure = 80 - (you.piety / 25) - (you.skills[SK_INVOCATIONS] * 4);
break;