summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/religion.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/religion.cc')
-rw-r--r--crawl-ref/source/religion.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/crawl-ref/source/religion.cc b/crawl-ref/source/religion.cc
index 50e45a985a..f772028a45 100644
--- a/crawl-ref/source/religion.cc
+++ b/crawl-ref/source/religion.cc
@@ -1320,14 +1320,14 @@ static void _do_god_gift(bool prayed_for)
int old_gifts = you.num_gifts[ you.religion ];
#endif
- // Consider a gift if we don't have a timeout and weren't
- // already praying when we prayed.
+ // Consider a gift if we don't have a timeout and weren't already
+ // praying when we prayed.
if (!player_under_penance() && !you.gift_timeout
|| you.religion == GOD_ZIN)
{
bool success = false;
- // Remember to check for water/lava
+ // Remember to check for water/lava.
switch (you.religion)
{
default: