summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells2.cc
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2009-01-07 13:20:17 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2009-01-07 13:20:17 +0000
commit289e5541661b8bc7a6fa955356357655b7e5146a (patch)
treeaf9bd8b67994eda6b9e596835a2a751a60a133f8 /crawl-ref/source/spells2.cc
parent06c0cabf87ec2434fa409c58dcac621153d0f0e7 (diff)
downloadcrawl-ref-289e5541661b8bc7a6fa955356357655b7e5146a.tar.gz
crawl-ref-289e5541661b8bc7a6fa955356357655b7e5146a.zip
Comment the previous commit.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8306 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/spells2.cc')
-rw-r--r--crawl-ref/source/spells2.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/crawl-ref/source/spells2.cc b/crawl-ref/source/spells2.cc
index 99d473f0d3..b76445aad2 100644
--- a/crawl-ref/source/spells2.cc
+++ b/crawl-ref/source/spells2.cc
@@ -690,6 +690,9 @@ void cast_refrigeration(int pow)
for (int i = 0; i < MAX_MONSTERS; i++)
{
monsters* const monster = &menv[i];
+ // Note that we *do* hurt monsters which you can't see
+ // (submerged, invisible) even though you get no information
+ // about it.
if (monster->alive() && mons_near(monster))
{
// Calculate damage and apply.