summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/invent.h
diff options
context:
space:
mode:
authorRaphael Langella <raphael.langella@gmail.com>2011-04-29 23:52:08 +0200
committerRaphael Langella <raphael.langella@gmail.com>2011-04-29 23:57:04 +0200
commit7a125c3076625c7dddf443417dddc642b3fcc66e (patch)
tree98eadc71ae80028ad388c23fc214ad7a2b72901f /crawl-ref/source/invent.h
parentf171c2715518f0f88cc04b7850f139d0aa53b58b (diff)
downloadcrawl-ref-7a125c3076625c7dddf443417dddc642b3fcc66e.tar.gz
crawl-ref-7a125c3076625c7dddf443417dddc642b3fcc66e.zip
Better butchering messages.
Pass the butchering tool into the delay. Had to increase the number of delay parameters to 3. There's no more switching messages. Only: "You start butchering the foo corpse with your bar." and: "You finish ripping/chopping the foo corpse into pieces."
Diffstat (limited to 'crawl-ref/source/invent.h')
-rw-r--r--crawl-ref/source/invent.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/crawl-ref/source/invent.h b/crawl-ref/source/invent.h
index d097c524cd..7b6ca76b06 100644
--- a/crawl-ref/source/invent.h
+++ b/crawl-ref/source/invent.h
@@ -36,6 +36,12 @@ enum object_selector
#define SLOT_BARE_HANDS -2
+// Only used for butchering messages
+#define SLOT_BUTCHERING_KNIFE -3
+#define SLOT_CLAWS -4
+#define SLOT_TEETH -5
+#define SLOT_BIRDIE -6
+
#define PROMPT_ABORT -1
#define PROMPT_GOT_SPECIAL -2
#define PROMPT_NOTHING -3