summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells3.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-08 20:07:34 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-08 20:07:34 +0000
commit7fe6cab099db9aa9a9ab00cc8ad802af53e93eca (patch)
tree2400594159e01f3c83100eabab9bc560613e4974 /crawl-ref/source/spells3.h
parente628026533c6037acce8ce945425ce1523285a15 (diff)
downloadcrawl-ref-7fe6cab099db9aa9a9ab00cc8ad802af53e93eca.tar.gz
crawl-ref-7fe6cab099db9aa9a9ab00cc8ad802af53e93eca.zip
Clean up "Shadow Creatures".
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5607 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/spells3.h')
-rw-r--r--crawl-ref/source/spells3.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/spells3.h b/crawl-ref/source/spells3.h
index 7b7c539dd6..e8c4fb94d6 100644
--- a/crawl-ref/source/spells3.h
+++ b/crawl-ref/source/spells3.h
@@ -115,6 +115,7 @@ bool cast_sublimation_of_blood(int pow);
bool cast_summon_horrible_things(int pow, bool god_gift = false);
bool cast_simulacrum(int pow, bool god_gift = false);
+bool cast_shadow_creatures(bool god_gift = false);
bool cast_summon_wraiths(int pow, bool god_gift = false);
bool cast_death_channel(int pow, bool god_gift = false);