summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crawl-ref/source/religion.cc6
1 files changed, 1 insertions, 5 deletions
diff --git a/crawl-ref/source/religion.cc b/crawl-ref/source/religion.cc
index 1892a24158..22691d92d5 100644
--- a/crawl-ref/source/religion.cc
+++ b/crawl-ref/source/religion.cc
@@ -930,8 +930,7 @@ void bless_follower(god_type god,
result = "divine balms";
goto blessing_done;
}
- // ...or full healing, optionally adding one or two extra hit
- // points.
+ // ...or full healing, optionally adding one extra hit point.
else
{
bool healing = blessing_healing(mon, false);
@@ -941,9 +940,6 @@ void bless_follower(god_type god,
{
blessing_healing(mon, true);
- if (coinflip())
- blessing_healing(mon, true);
-
vigour = true;
}