summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/enum.h
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2006-09-26 12:11:24 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2006-09-26 12:11:24 +0000
commitb3df90222267176962658de48c3717dc0aacbab5 (patch)
treebe245f3ccc0f8ddf1209349503efe5ba3b1a1d3c /crawl-ref/source/enum.h
parentef6e7277f36d2273d29e06fbf2c3b56ae829e860 (diff)
downloadcrawl-ref-b3df90222267176962658de48c3717dc0aacbab5.tar.gz
crawl-ref-b3df90222267176962658de48c3717dc0aacbab5.zip
Added MS_SUMMON_SMALL_MAMMALS, and gave it the appropriate ghosts.
Fixes bug 1563773. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup@137 c06c8d41-db1a-0410-9941-cceddc491573
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.