From 0d2fd7a12bdc1fba93f2ee1cb5b35abad877ade5 Mon Sep 17 00:00:00 2001 From: j-p-e-g Date: Sun, 2 Sep 2007 12:40:44 +0000 Subject: Implemented patch 1773718 (improved wizard commands) and patch 1783003 (ímproved menu sorting), both by zelgadis. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2041 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/invent.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'crawl-ref/source/invent.h') diff --git a/crawl-ref/source/invent.h b/crawl-ref/source/invent.h index 4278fa222a..d9739b4793 100644 --- a/crawl-ref/source/invent.h +++ b/crawl-ref/source/invent.h @@ -71,6 +71,11 @@ public: const std::string &get_qualname() const; const std::string &get_fullname() const; const bool is_item_cursed() const; + const bool is_item_glowing() const; + const bool is_item_ego() const; + const bool is_item_art() const; + const bool is_item_equipped() const; + const int item_freshness() const; private: void add_class_hotkeys(const item_def &i); -- cgit v1.2.3-54-g00ecf