summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/ouch.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/ouch.cc')
-rw-r--r--crawl-ref/source/ouch.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/ouch.cc b/crawl-ref/source/ouch.cc
index 46f7e76462..94f5325219 100644
--- a/crawl-ref/source/ouch.cc
+++ b/crawl-ref/source/ouch.cc
@@ -642,7 +642,7 @@ void drain_exp(bool announce_full)
exp_drained /= 100;
- // TSO's protection
+ // TSO's protection.
if (you.religion == GOD_SHINING_ONE && you.piety > protection * 50)
{
unsigned long undrained = (you.piety * exp_drained) / 150;