summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-util.h
diff options
context:
space:
mode:
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