summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/itemprop.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-11-17 17:11:26 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-11-17 17:11:26 +0000
commit87ebfe98030055b438a5bf1d6638499263bec84b (patch)
treeb74950853774ebb6e3daa5cdbbacf65384b62ce7 /crawl-ref/source/itemprop.cc
parent1301256d61a713a4840836a7100bad2e0f7111ea (diff)
downloadcrawl-ref-87ebfe98030055b438a5bf1d6638499263bec84b.tar.gz
crawl-ref-87ebfe98030055b438a5bf1d6638499263bec84b.zip
Add minor cosmetic fixes.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7458 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 6dd7c22b4b..58c46a4879 100644
--- a/crawl-ref/source/itemprop.cc
+++ b/crawl-ref/source/itemprop.cc
@@ -1654,7 +1654,7 @@ bool is_blessed_blade(const item_def &item)
}
return (false);
-} // end is_blessed_blade()
+}
bool is_convertible(const item_def &item)
{
@@ -1662,7 +1662,7 @@ bool is_convertible(const item_def &item)
&& (item.base_type == OBJ_WEAPONS
&& (is_demonic(item)
|| weapon_skill(item) == SK_LONG_BLADES)));
-} // end is_convertible()
+}
bool convert2good(item_def &item, bool allow_blessed)
{