summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/invent.h
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2008-09-21 12:02:30 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2008-09-21 12:02:30 +0000
commit20e1e61ec9150b594e8478cac1d7932ecc14300b (patch)
treed47a91a3cd42b348165812f831a70c60bafd1852 /crawl-ref/source/invent.h
parent454943c33887d4c92fe23dbd365ec782c015b8d6 (diff)
downloadcrawl-ref-20e1e61ec9150b594e8478cac1d7932ecc14300b.tar.gz
crawl-ref-20e1e61ec9150b594e8478cac1d7932ecc14300b.zip
2026956: only prompt for sharp weapons in butchery.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6963 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 099258336d..8a28bcd942 100644
--- a/crawl-ref/source/invent.h
+++ b/crawl-ref/source/invent.h
@@ -27,7 +27,8 @@ enum object_selector
OSEL_ENCH_ARM = -7,
OSEL_VAMP_EAT = -8,
OSEL_DRAW_DECK = -9,
- OSEL_THROWABLE = -10
+ OSEL_THROWABLE = -10,
+ OSEL_BUTCHERY = -11
};
#define PROMPT_ABORT -1