summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells3.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-08 17:03:29 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-08 17:03:29 +0000
commita037f108ca04b0aa9246b90c6254c6d3e7eb1999 (patch)
treeba33eaed15f737aa53a330d313238eeabb85876f /crawl-ref/source/spells3.h
parent1ae58f4e6c97657d8777457da0a78adaa19c6b17 (diff)
downloadcrawl-ref-a037f108ca04b0aa9246b90c6254c6d3e7eb1999.tar.gz
crawl-ref-a037f108ca04b0aa9246b90c6254c6d3e7eb1999.zip
Reorganize spells a bit. "Summon Horrible Things" is now in spells3.cc,
with the other unholy spells. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5600 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/spells3.h')
-rw-r--r--crawl-ref/source/spells3.h13
1 files changed, 1 insertions, 12 deletions
diff --git a/crawl-ref/source/spells3.h b/crawl-ref/source/spells3.h
index a887a91a1b..159d6aea76 100644
--- a/crawl-ref/source/spells3.h
+++ b/crawl-ref/source/spells3.h
@@ -111,19 +111,8 @@ bool remove_curse(bool suppress_msg);
* called from: spell
* *********************************************************************** */
bool cast_sublimation_of_blood(int pow);
-
-
-// updated Oct 2 -- bwr
-/* ***********************************************************************
- * called from: spell
- * *********************************************************************** */
bool simulacrum(int pow, bool god_gift = false);
-
-
-// updated 24may2000 {dlb}
-/* ***********************************************************************
- * called from: spell - spells1
- * *********************************************************************** */
+bool summon_horrible_things(int pow, bool god_gift = false);
bool cast_death_channel(int pow);