summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-10-02 21:24:35 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-10-02 21:24:35 +0000
commit6d10cdc8f9b7382f422a2b6689ecb5571d606814 (patch)
tree99d8c4f8752257fe0e5044b7d027c49d3ec7c445
parentb5128c94e19e262c9f4b60edca92e36451f86890 (diff)
downloadcrawl-ref-6d10cdc8f9b7382f422a2b6689ecb5571d606814.tar.gz
crawl-ref-6d10cdc8f9b7382f422a2b6689ecb5571d606814.zip
Comment fixes.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7090 c06c8d41-db1a-0410-9941-cceddc491573
-rw-r--r--crawl-ref/source/religion.cc6
1 files changed, 4 insertions, 2 deletions
diff --git a/crawl-ref/source/religion.cc b/crawl-ref/source/religion.cc
index 6fe3920ac2..1b927c1400 100644
--- a/crawl-ref/source/religion.cc
+++ b/crawl-ref/source/religion.cc
@@ -6018,7 +6018,8 @@ void handle_god_time()
excommunication();
break;
- case GOD_OKAWARU: // These gods accept corpses, so they time-out faster
+ // These gods accept corpses, so they time-out faster.
+ case GOD_OKAWARU:
case GOD_TROG:
case GOD_BEOGH:
if (one_chance_in(14))
@@ -6045,7 +6046,8 @@ void handle_god_time()
excommunication();
break;
- case GOD_NEMELEX_XOBEH: // relatively patient
+ case GOD_NEMELEX_XOBEH:
+ // Nemelex is relatively patient
if (one_chance_in(35))
lose_piety(1);
if (you.attribute[ATTR_CARD_COUNTDOWN] > 0 && coinflip())