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.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/crawl-ref/source/invent.h b/crawl-ref/source/invent.h
index 8f94ef26a7..8eab5f2310 100644
--- a/crawl-ref/source/invent.h
+++ b/crawl-ref/source/invent.h
@@ -29,7 +29,9 @@ enum object_selector
OSEL_THROWABLE = -9,
OSEL_BUTCHERY = -10,
OSEL_EVOKABLE = -11,
- OSEL_WORN_ARMOUR = -12
+ OSEL_WORN_ARMOUR = -12,
+ OSEL_FRUIT = -13,
+ OSEL_SOME_FRUIT = -14
};
#define PROMPT_ABORT -1