summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-05-17 00:30:37 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-05-17 00:30:37 +0000
commitb9ebec07d5a212aa5042c738031ca0e4393f53e4 (patch)
tree9495d1a53fd5254a177745e2dee3623bcbba0229
parent41d7822afc464a2f82a85c2bd79e2814a7c25e4b (diff)
downloadcrawl-ref-b9ebec07d5a212aa5042c738031ca0e4393f53e4.tar.gz
crawl-ref-b9ebec07d5a212aa5042c738031ca0e4393f53e4.zip
Add another comment fix.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9785 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 f88687dc84..7217147444 100644
--- a/crawl-ref/source/religion.cc
+++ b/crawl-ref/source/religion.cc
@@ -3867,7 +3867,7 @@ bool god_dislikes_spell_discipline(int discipline, god_type god)
// Evil weapons are handled specially.
static bool _destroyed_valuable_weapon(int value, int type)
{
- // Artefacts (incl. most randarts).
+ // Artefacts, including most randarts.
if (random2(value) >= random2(250))
return (true);