summaryrefslogtreecommitdiffstats
path: root/crawl-ref
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-04-18 02:46:08 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-04-18 02:46:08 +0000
commitac7a6d7ce946b5ae2adfd75318e18744190bfc17 (patch)
tree95200b8e0ca0412f180211b37f957dec0e15dc69 /crawl-ref
parent0708d540ee15a93de8f3bcfb547647022d25d5ae (diff)
downloadcrawl-ref-ac7a6d7ce946b5ae2adfd75318e18744190bfc17.tar.gz
crawl-ref-ac7a6d7ce946b5ae2adfd75318e18744190bfc17.zip
Another comment fix.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4319 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref')
-rw-r--r--crawl-ref/source/religion.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/religion.cc b/crawl-ref/source/religion.cc
index 081c99a1e4..0b5d04d61b 100644
--- a/crawl-ref/source/religion.cc
+++ b/crawl-ref/source/religion.cc
@@ -3394,8 +3394,8 @@ void divine_retribution( god_type god )
ASSERT(god != GOD_NO_GOD);
// Good gods don't use divine retribution on their followers, and
- // other gods don't use divine retribution on followers of gods they
- // don't hate.
+ // gods don't use divine retribution on followers of gods they don't
+ // hate.
if ((god == you.religion && is_good_god(god))
|| (god != you.religion && !god_hates_your_god(god)))
{