summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/enum.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/enum.h')
-rw-r--r--crawl-ref/source/enum.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/enum.h b/crawl-ref/source/enum.h
index 29db359ba7..76f0763b15 100644
--- a/crawl-ref/source/enum.h
+++ b/crawl-ref/source/enum.h
@@ -153,6 +153,8 @@ enum activity_interrupt_type
AI_SEE_MONSTER,
AI_MONSTER_ATTACKS,
AI_TELEPORT,
+ AI_HIT_MONSTER, // Player hit monster (invis or
+ // mimic) during travel/explore.
// Always the last.
NUM_AINTERRUPTS