summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells3.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-08 20:48:29 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-08 20:48:29 +0000
commit28595dfdcc32c09e67c728eb3cba0af9acab38fe (patch)
tree5d3b5afb89c605408fcd26899a01d46224bea7e4 /crawl-ref/source/spells3.h
parentcc51da7ff0cb08088672b6ee566671a08b2105d9 (diff)
downloadcrawl-ref-28595dfdcc32c09e67c728eb3cba0af9acab38fe.tar.gz
crawl-ref-28595dfdcc32c09e67c728eb3cba0af9acab38fe.zip
Clean up "Twisted Resurrection" some more.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5610 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 e8c4fb94d6..2bba87a45f 100644
--- a/crawl-ref/source/spells3.h
+++ b/crawl-ref/source/spells3.h
@@ -116,6 +116,7 @@ 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_twisted_resurrection(int pow, bool god_gift = false);
bool cast_summon_wraiths(int pow, bool god_gift = false);
bool cast_death_channel(int pow, bool god_gift = false);