summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-util.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2009-12-16 14:10:31 +0100
committerAdam Borowski <kilobyte@angband.pl>2009-12-16 14:11:31 +0100
commit1ad4408f777422c5ac66d98568101bdd1519feec (patch)
tree18d465c087f605ff39abce432ff05954a0fc6424 /crawl-ref/source/mon-util.h
parent305ccfbf1bfaea3b129c956b285c29c6a6f037ba (diff)
downloadcrawl-ref-1ad4408f777422c5ac66d98568101bdd1519feec.tar.gz
crawl-ref-1ad4408f777422c5ac66d98568101bdd1519feec.zip
Rename grey snakes to anacondas. Give them constriction, message-only for now.
Diffstat (limited to 'crawl-ref/source/mon-util.h')
-rw-r--r--crawl-ref/source/mon-util.h4
1 files changed, 3 insertions, 1 deletions
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