summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/invent.h
diff options
context:
space:
mode:
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 df77475a8b..8bcbb5ab39 100644
--- a/crawl-ref/source/invent.h
+++ b/crawl-ref/source/invent.h
@@ -28,7 +28,8 @@ enum object_selector
OSEL_EQUIP = -4,
OSEL_MEMORISE = -5,
OSEL_RECHARGE = -6,
- OSEL_ENCH_ARM = -7
+ OSEL_ENCH_ARM = -7,
+ OSEL_VAMP_EAT = -8
};
#define PROMPT_ABORT -1