summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-04-26 02:27:48 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-04-26 02:27:48 +0000
commit537e2fe2876ff141f926d946f1c9ed2fba85c714 (patch)
treeff7f86cb435c86bd3cdff124c45c48394acae4da
parent662d76865ad66fbf25af37619c0030f3c1b16172 (diff)
downloadcrawl-ref-537e2fe2876ff141f926d946f1c9ed2fba85c714.tar.gz
crawl-ref-537e2fe2876ff141f926d946f1c9ed2fba85c714.zip
Comment fix.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4649 c06c8d41-db1a-0410-9941-cceddc491573
-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 31a59d5c7f..237667a8d0 100644
--- a/crawl-ref/source/religion.cc
+++ b/crawl-ref/source/religion.cc
@@ -2967,7 +2967,7 @@ static bool _zin_retribution()
// angels/creeping doom theme
int punishment = random2(10);
- // if little mutated or can't unmutate, do something else instead
+ // if little mutated or can't safely unmutate, do something else
if (punishment < 2 && how_mutated() <= random2(3)
|| !can_safely_mutate())
{