From 1ad4408f777422c5ac66d98568101bdd1519feec Mon Sep 17 00:00:00 2001 From: Adam Borowski Date: Wed, 16 Dec 2009 14:10:31 +0100 Subject: Rename grey snakes to anacondas. Give them constriction, message-only for now. --- crawl-ref/source/mon-util.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'crawl-ref/source/mon-util.h') diff --git a/crawl-ref/source/mon-util.h b/crawl-ref/source/mon-util.h index 7858c51167..b9c5424aee 100644 --- a/crawl-ref/source/mon-util.h +++ b/crawl-ref/source/mon-util.h @@ -51,6 +51,7 @@ enum mon_attack_type AT_TENTACLE_SLAP, AT_TAIL_SLAP, AT_GORE, + AT_CONSTRICT, AT_SHOOT, // Attack representing missile damage for M_ARCHER. AT_WEAP_ONLY, // Ranged weap: shoot point-blank like AT_SHOOT, melee weap: @@ -87,7 +88,8 @@ enum mon_attack_flavour AF_NAPALM, AF_CHAOS, AF_STEAL, - AF_STEAL_FOOD + AF_STEAL_FOOD, + AF_CRUSH }; // Non-spell "summoning" types to give to monsters::mark_summoned(), or -- cgit v1.2.3-54-g00ecf