From c6a6b5910ed3d96e8719cac99990099cecbe5515 Mon Sep 17 00:00:00 2001 From: dolorous Date: Tue, 13 May 2008 17:44:08 +0000 Subject: Comment fixes. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5024 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/religion.cc | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'crawl-ref/source/religion.cc') diff --git a/crawl-ref/source/religion.cc b/crawl-ref/source/religion.cc index 8565f31b56..e97353fe0d 100644 --- a/crawl-ref/source/religion.cc +++ b/crawl-ref/source/religion.cc @@ -5190,7 +5190,7 @@ void handle_god_time() divine_retribution(which_god); } - // Update the god's opinion of the player + // Update the god's opinion of the player. if (you.religion != GOD_NO_GOD) { switch (you.religion) @@ -5208,15 +5208,15 @@ void handle_god_time() const char *newfavour = describe_xom_favour(); if (strcmp(origfavour, newfavour)) { - // Dampen oscillation across announcement boundaries: + // Dampen oscillation across announcement boundaries. size += delta * 2; you.piety = 100 + (good ? size : -size); } - // ... but he gets bored... (I re-use gift_timeout for - // this instead of making a separate field because I don't - // want to learn how to save and restore a new field). In - // this usage, the "gift" is the gift you give to Xom of + // ...but he gets bored... (I re-use gift_timeout for this + // instead of making a separate field because I don't want + // to learn how to save and restore a new field). In this + // usage, the "gift" is the gift you give to Xom of // something interesting happening. if (you.gift_timeout == 1) { -- cgit v1.2.3-54-g00ecf