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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/enum.h b/crawl-ref/source/enum.h
index b07df97f61..607948b460 100644
--- a/crawl-ref/source/enum.h
+++ b/crawl-ref/source/enum.h
@@ -2391,6 +2391,7 @@ enum mon_spell_type
MS_DISPEL_UNDEAD,
MS_HELLFROST,
MS_POISON_ARROW, // 60
+ MS_SUMMON_SMALL_MAMMALS,
// XXX: before adding more monster versions of player spells we should
// consider merging the two lists into one and just having monsters
// fail to implement the ones that are impractical.