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.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/religion.cc b/crawl-ref/source/religion.cc
index f199709458..ceb4ea4178 100644
--- a/crawl-ref/source/religion.cc
+++ b/crawl-ref/source/religion.cc
@@ -932,6 +932,7 @@ static bool _tso_blessing_holy_wpn(monsters *mon)
static bool _tso_blessing_holy_arm(monsters* mon)
{
+ // If a monster has full negative energy resistance, get out.
if (mons_res_negative_energy(mon) == 3)
return false;