summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/itemprop.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/itemprop.h')
-rw-r--r--crawl-ref/source/itemprop.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/itemprop.h b/crawl-ref/source/itemprop.h
index ef9e4e8c17..dd1fc9da8b 100644
--- a/crawl-ref/source/itemprop.h
+++ b/crawl-ref/source/itemprop.h
@@ -518,6 +518,7 @@ enum vorpal_damage_type
DVORP_STABBING = 0x6000, // used for knives/daggers
DVORP_CLAWING = 0x7000, // claw damage
+ DVORP_TENTACLE = 0x8000, // tentacle damage
// These are shortcuts to tie vorpal/damage types for easy setting...
// as above, setting more than one vorpal type is trouble.