summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/files.cc
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/files.cc
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/files.cc')
-rw-r--r--crawl-ref/source/files.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/files.cc b/crawl-ref/source/files.cc
index c9ec8aa52b..2194be911c 100644
--- a/crawl-ref/source/files.cc
+++ b/crawl-ref/source/files.cc
@@ -1673,7 +1673,7 @@ unsigned char translate_spell(unsigned char spel)
case SPELL_TELEPORT_OTHER:
return (MS_TELEPORT_OTHER);
case SPELL_SUMMON_SMALL_MAMMAL:
- return (MS_VAMPIRE_SUMMON); /* approximate */
+ return (MS_SUMMON_SMALL_MAMMALS);
case SPELL_BOLT_OF_DRAINING:
return (MS_NEGATIVE_BOLT);
case SPELL_LEHUDIBS_CRYSTAL_SPEAR: