summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/religion.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-04-23 21:46:15 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-04-23 21:46:15 +0000
commitbf6b1fc8234407c0f2d74d711b9e3d81b6c93c08 (patch)
treed54f3dd96e4e74a1ae5e3d4ae66cbe5bd9f03cad /crawl-ref/source/religion.cc
parent7227c845de259285235d6e57fffb6b23889f3005 (diff)
downloadcrawl-ref-bf6b1fc8234407c0f2d74d711b9e3d81b6c93c08.tar.gz
crawl-ref-bf6b1fc8234407c0f2d74d711b9e3d81b6c93c08.zip
Add comment.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4566 c06c8d41-db1a-0410-9941-cceddc491573
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;