summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/itemprop.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-15 06:46:07 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-15 06:46:07 +0000
commitab5e363b365d37bf2bdedf1f714c3753d3111dfe (patch)
tree96ef45528ab63be1c8e1daeaf7a5643d4ed6df67 /crawl-ref/source/itemprop.cc
parent57f3c8228f2a36c79417374851183a21b189d6b6 (diff)
downloadcrawl-ref-ab5e363b365d37bf2bdedf1f714c3753d3111dfe.tar.gz
crawl-ref-ab5e363b365d37bf2bdedf1f714c3753d3111dfe.zip
Comment fixes.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5839 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/itemprop.cc')
-rw-r--r--crawl-ref/source/itemprop.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/itemprop.cc b/crawl-ref/source/itemprop.cc
index 0d0c0a4ddc..3c6bb9bb58 100644
--- a/crawl-ref/source/itemprop.cc
+++ b/crawl-ref/source/itemprop.cc
@@ -1349,10 +1349,10 @@ bool is_enchantable_weapon(const item_def &wpn, bool uncurse)
&& (is_fixed_artefact(wpn)
|| is_random_artefact(wpn)))
{
- return (uncurse && item_cursed( wpn )); // ?EW may uncurse artefacts
+ return (uncurse && item_cursed( wpn )); // ?EW may uncurse artefacts.
}
- // Nor can highly enchanted items (missiles only have one stat)
+ // Nor can highly enchanted items (missiles only have one stat).
if (wpn.plus >= 9
|| wpn.base_type == OBJ_WEAPONS && wpn.plus2 >= 9)
{