From 43c3f753a994754337bcae92e498a1f5b6463a83 Mon Sep 17 00:00:00 2001 From: haranp Date: Fri, 13 Apr 2007 08:18:55 +0000 Subject: Fixed 1699133: kenku message should note that they can't wear boots. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1293 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/describe.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/describe.cc') diff --git a/crawl-ref/source/describe.cc b/crawl-ref/source/describe.cc index 9336702f90..3cee706457 100644 --- a/crawl-ref/source/describe.cc +++ b/crawl-ref/source/describe.cc @@ -1639,7 +1639,7 @@ static std::string describe_armour( const item_def &item, bool verbose ) description += "$"; } - int ego = get_armour_ego_type( item ); + const int ego = get_armour_ego_type( item ); if (ego != SPARM_NORMAL && item_type_known(item) && verbose) -- cgit v1.2.3-54-g00ecf