summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/effects.cc
diff options
context:
space:
mode:
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)