From 87ebfe98030055b438a5bf1d6638499263bec84b Mon Sep 17 00:00:00 2001 From: dolorous Date: Mon, 17 Nov 2008 17:11:26 +0000 Subject: Add minor cosmetic fixes. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7458 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/itemprop.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crawl-ref/source/itemprop.cc') 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) { -- cgit v1.2.3-54-g00ecf