summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/effects.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-03 00:27:10 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-03 00:27:10 +0000
commitbefd206317670e518b62b9f3205805ff8ff5f28f (patch)
tree9b921babc58749b29d84847a6df6fc6f82c1383d /crawl-ref/source/effects.cc
parent948c3f23296a777e2005f083576200d9d8711bbc (diff)
downloadcrawl-ref-befd206317670e518b62b9f3205805ff8ff5f28f.tar.gz
crawl-ref-befd206317670e518b62b9f3205805ff8ff5f28f.zip
Comment fix.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4818 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/effects.cc')
-rw-r--r--crawl-ref/source/effects.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/effects.cc b/crawl-ref/source/effects.cc
index b0b0b33115..0fa00276a3 100644
--- a/crawl-ref/source/effects.cc
+++ b/crawl-ref/source/effects.cc
@@ -233,8 +233,8 @@ bool torment_player(int pow, int caster)
return true;
}
-// torment_monsters is called with power 0 because torment is
-// UNRESISTABLE except for being undead or having torment
+// torment_monsters() is called with power 0 because torment
+// is UNRESISTABLE except for being undead or having torment
// resistance! Even if we used maximum power of 1000, high
// level monsters and characters would save too often. (GDL)