summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/invent.h
diff options
context:
space:
mode:
authorShmuale Mark <shm.mark@gmail.com>2014-07-02 11:18:55 -0400
committerShmuale Mark <shm.mark@gmail.com>2014-07-02 11:23:18 -0400
commit9c21a484839b7d2bff1a94a51ad0b1c4fbed67be (patch)
treeb9956f79dbc77de6a81db8105bc52f5c93cabdf8 /crawl-ref/source/invent.h
parent6ca58b0bb8c39748143cdca19bf7260a8c18ac84 (diff)
downloadcrawl-ref-9c21a484839b7d2bff1a94a51ad0b1c4fbed67be.tar.gz
crawl-ref-9c21a484839b7d2bff1a94a51ad0b1c4fbed67be.zip
Disallow eating off the ground for non-vampires.
It makes the 'e' key less consistent for no obvious benefit. Not to mention that it's incredibly unsanitary.
Diffstat (limited to 'crawl-ref/source/invent.h')
-rw-r--r--crawl-ref/source/invent.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/invent.h b/crawl-ref/source/invent.h
index 24d4e737bd..621986e878 100644
--- a/crawl-ref/source/invent.h
+++ b/crawl-ref/source/invent.h
@@ -20,7 +20,7 @@ enum object_selector
OSEL_EQUIP = -4,
OSEL_RECHARGE = -5,
OSEL_ENCH_ARM = -6,
- OSEL_VAMP_EAT = -7,
+// OSEL_VAMP_EAT = -7,
OSEL_DRAW_DECK = -8,
OSEL_THROWABLE = -9,
OSEL_EVOKABLE = -10,