summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/invent.h
diff options
context:
space:
mode:
authorPete Hurst <pete@streamuniverse.tv>2013-03-31 05:03:11 +0100
committerPete Hurst <pete@streamuniverse.tv>2013-03-31 05:04:20 +0100
commit64335a372b368b07872fa55906e454d0fdea510f (patch)
tree8bab843a8adcd746203fd487d34ff35da5278f84 /crawl-ref/source/invent.h
parent23dc6cb2b361849b4a3cb66e9fd4638c4c47f192 (diff)
downloadcrawl-ref-64335a372b368b07872fa55906e454d0fdea510f.tar.gz
crawl-ref-64335a372b368b07872fa55906e454d0fdea510f.zip
Filter inventory to valid targets for unidentified scroll
Only enchantable armour, unidentified items, and rechargeable wands/rods now listed
Diffstat (limited to 'crawl-ref/source/invent.h')
-rw-r--r--crawl-ref/source/invent.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/invent.h b/crawl-ref/source/invent.h
index 081ff220ab..193c1dc9c7 100644
--- a/crawl-ref/source/invent.h
+++ b/crawl-ref/source/invent.h
@@ -31,6 +31,7 @@ enum object_selector
OSEL_UNCURSED_WORN_ARMOUR = -15,
OSEL_UNCURSED_WORN_JEWELLERY = -16,
OSEL_ANY_UNMELDED = -17,
+ OSEL_SCROLL_TARGET = -18,
};
#define SLOT_BARE_HANDS -2