summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/religion.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-04-23 21:52:31 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-04-23 21:52:31 +0000
commit6bd8943c362bfdef4981b686518abae5bf9abf04 (patch)
tree86cb7479259992b49022d3c7f76bf1d47d83db6c /crawl-ref/source/religion.cc
parent8aa0c0ddca6e873720e1e6fbac98e66a75430609 (diff)
downloadcrawl-ref-6bd8943c362bfdef4981b686518abae5bf9abf04.tar.gz
crawl-ref-6bd8943c362bfdef4981b686518abae5bf9abf04.zip
Another comment fix.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4568 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/religion.cc')
-rw-r--r--crawl-ref/source/religion.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/religion.cc b/crawl-ref/source/religion.cc
index 1065312223..1cacfd650d 100644
--- a/crawl-ref/source/religion.cc
+++ b/crawl-ref/source/religion.cc
@@ -4968,7 +4968,7 @@ void handle_god_time()
break;
}
- // These gods like long-standing worshippers
+ // These gods like long-standing worshippers.
case GOD_ELYVILON:
if (_need_free_piety() && one_chance_in(20))
gain_piety(1);