From 58eff259a0f37495f45b2d14d6d916c054c3cfb1 Mon Sep 17 00:00:00 2001 From: David Lawrence Ramsey Date: Fri, 25 Sep 2009 10:02:38 -0500 Subject: Add a vorpal type for tentacle attacks, and use it for the tentacle-slap attack type. Also, allow unarmed attacks to work on submerged monsters if they use the tentacle vorpal type. Finally, make kraken tentacles use the tentacle-slap attack type. --- crawl-ref/source/itemprop.h | 1 + 1 file changed, 1 insertion(+) (limited to 'crawl-ref/source/itemprop.h') 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. -- cgit v1.2.3-54-g00ecf