summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/effects.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-03 01:55:12 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-03 01:55:12 +0000
commit105bb1c414b7c34ce33a6f9c9c5a16999dd1e7bd (patch)
tree20026e2ba972398511355ed4307a1989e62d78e5 /crawl-ref/source/effects.cc
parent4deda287853d0b7b5d6af596c017261e43081b32 (diff)
downloadcrawl-ref-105bb1c414b7c34ce33a6f9c9c5a16999dd1e7bd.tar.gz
crawl-ref-105bb1c414b7c34ce33a6f9c9c5a16999dd1e7bd.zip
Comment fix.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4824 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/effects.cc')
-rw-r--r--crawl-ref/source/effects.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/effects.cc b/crawl-ref/source/effects.cc
index 3b6b836bdc..8f27290ea1 100644
--- a/crawl-ref/source/effects.cc
+++ b/crawl-ref/source/effects.cc
@@ -187,7 +187,7 @@ int torment_player(int pow, int caster)
if (!player_res_torment())
{
- // negative energy resistance can alleviate torment
+ // Negative energy resistance can alleviate torment.
hploss = you.hp * (50 - player_prot_life() * 5) / 100 - 1;
if (hploss < 0)