summaryrefslogtreecommitdiffstats
path: root/crawl-ref
diff options
context:
space:
mode:
authorDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-11-17 11:50:52 -0600
committerDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-11-17 11:50:52 -0600
commit607b3cedc01f5fa92e6ae0546a8871fcc670c215 (patch)
treea394381a05ff3d5baebd365618b27a868d952739 /crawl-ref
parentf1f15b7afb1a1f8f47fa84f489a13f9cd1f50fcb (diff)
downloadcrawl-ref-607b3cedc01f5fa92e6ae0546a8871fcc670c215.tar.gz
crawl-ref-607b3cedc01f5fa92e6ae0546a8871fcc670c215.zip
Remove now-inaccurate comment.
Diffstat (limited to 'crawl-ref')
-rw-r--r--crawl-ref/source/religion.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/religion.cc b/crawl-ref/source/religion.cc
index fbfd5ada54..03daa8ec77 100644
--- a/crawl-ref/source/religion.cc
+++ b/crawl-ref/source/religion.cc
@@ -4219,7 +4219,6 @@ static bool _bless_weapon(god_type god, brand_type brand, int colour)
{
item_def& wpn = *you.weapon();
- // Only bless non-artefact melee weapons.
if (is_artefact(wpn) || (is_range_weapon(wpn) && brand != SPWPN_HOLY_WRATH))
return (false);