summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/ouch.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-04-27 03:46:48 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-04-27 03:46:48 +0000
commit0cbf44d124283bf6dfd558afcf8b3175368f4670 (patch)
tree47fbcf103cf4a5966b8fdfd43cb2fa53d0e6d5f8 /crawl-ref/source/ouch.cc
parent9549a690ec83a9b6e35600407c41292260bb04e6 (diff)
downloadcrawl-ref-0cbf44d124283bf6dfd558afcf8b3175368f4670.tar.gz
crawl-ref-0cbf44d124283bf6dfd558afcf8b3175368f4670.zip
Add more minor cosmetic fixes.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4685 c06c8d41-db1a-0410-9941-cceddc491573
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;