summaryrefslogtreecommitdiffstats
path: root/crawl-ref
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref')
-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);