From 289e5541661b8bc7a6fa955356357655b7e5146a Mon Sep 17 00:00:00 2001 From: haranp Date: Wed, 7 Jan 2009 13:20:17 +0000 Subject: Comment the previous commit. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8306 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/spells2.cc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'crawl-ref/source/spells2.cc') 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. -- cgit v1.2.3-54-g00ecf