summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/invent.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-07 21:04:21 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-07 21:04:21 +0000
commitd68263bae2edfe29b3028ff90e9d44d35573ce72 (patch)
treefbadd6f0c757c88bc166bf92de2e47457f0d92e3 /crawl-ref/source/invent.h
parent7b6908cbb53c4d9b105857e1fdf611596b9a6be4 (diff)
downloadcrawl-ref-d68263bae2edfe29b3028ff90e9d44d35573ce72.tar.gz
crawl-ref-d68263bae2edfe29b3028ff90e9d44d35573ce72.zip
When drawing cards from decks in your inventory, make sure only decks
are offered as choices. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4914 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/invent.h')
-rw-r--r--crawl-ref/source/invent.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/invent.h b/crawl-ref/source/invent.h
index 74ac810a85..ad2fa005b5 100644
--- a/crawl-ref/source/invent.h
+++ b/crawl-ref/source/invent.h
@@ -29,7 +29,8 @@ enum object_selector
OSEL_MEMORISE = -5,
OSEL_RECHARGE = -6,
OSEL_ENCH_ARM = -7,
- OSEL_VAMP_EAT = -8
+ OSEL_VAMP_EAT = -8,
+ OSEL_DRAW_DECK = -9
};
#define PROMPT_ABORT -1