summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/religion.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/religion.cc')
-rw-r--r--crawl-ref/source/religion.cc5
1 files changed, 4 insertions, 1 deletions
diff --git a/crawl-ref/source/religion.cc b/crawl-ref/source/religion.cc
index 48e284c00f..d0b139e4bd 100644
--- a/crawl-ref/source/religion.cc
+++ b/crawl-ref/source/religion.cc
@@ -1609,7 +1609,10 @@ bool bless_follower(monsters *follower,
bool healing = _blessing_healing(follower);
if (!healing || coinflip())
- healing = _blessing_healing(follower);
+ {
+ if (_blessing_healing(follower))
+ healing = true;
+ }
if (healing)
{