summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2006-09-22 23:16:22 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2006-09-22 23:16:22 +0000
commit7c42a1b8710bff079e3f93704f999c7670ed12f6 (patch)
treefcbf28900d1860a242e594522da507a134c0beb4
parent75a312ec7da5106ff2033e557257afd6911cc826 (diff)
downloadcrawl-ref-7c42a1b8710bff079e3f93704f999c7670ed12f6.tar.gz
crawl-ref-7c42a1b8710bff079e3f93704f999c7670ed12f6.zip
Shadow-creatures-casting ghosts now cast MS_LEVEL_SUMMON.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup@85 c06c8d41-db1a-0410-9941-cceddc491573
-rw-r--r--crawl-ref/source/files.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/files.cc b/crawl-ref/source/files.cc
index 5ee9382f76..60b628027b 100644
--- a/crawl-ref/source/files.cc
+++ b/crawl-ref/source/files.cc
@@ -1803,6 +1803,8 @@ unsigned char translate_spell(unsigned char spel)
return (MS_ORB_ENERGY);
case SPELL_SUMMON_HORRIBLE_THINGS:
return (MS_LEVEL_SUMMON); /* approximate */
+ case SPELL_SHADOW_CREATURES:
+ return (MS_LEVEL_SUMMON); /* approximate */
case SPELL_ANIMATE_DEAD:
return (MS_ANIMATE_DEAD);
case SPELL_PAIN: