summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/invent.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/invent.cc')
-rw-r--r--crawl-ref/source/invent.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/invent.cc b/crawl-ref/source/invent.cc
index d0784ca0f4..c074313eee 100644
--- a/crawl-ref/source/invent.cc
+++ b/crawl-ref/source/invent.cc
@@ -1728,7 +1728,6 @@ bool item_is_evokable(const item_def &item, bool known, bool all_wands,
if (entry->evoke_func && item_type_known(item))
{
-
if (item_is_equipped(item))
return (true);
@@ -1807,7 +1806,8 @@ bool item_is_evokable(const item_def &item, bool known, bool all_wands,
}
if (item.sub_type != MISC_LANTERN_OF_SHADOWS
- && item.sub_type != MISC_EMPTY_EBONY_CASKET)
+ && item.sub_type != MISC_EMPTY_EBONY_CASKET
+ && item.sub_type != MISC_RUNE_OF_ZOT)
{
return (true);
}