summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 544612b2da..16ff1479a9 100644
--- a/crawl-ref/source/abl-show.cc
+++ b/crawl-ref/source/abl-show.cc
@@ -1372,7 +1372,7 @@ static bool _do_ability(const ability_def& abil)
{
int result = cast_revitalisation(1 + (you.skills[SK_INVOCATIONS] / 4));
if (result > 0)
- exercise(SK_INVOCATIONS, 1 + random2(result));
+ exercise(SK_INVOCATIONS, 2 + random2(result));
break;
}