From a037f108ca04b0aa9246b90c6254c6d3e7eb1999 Mon Sep 17 00:00:00 2001 From: dolorous Date: Sun, 8 Jun 2008 17:03:29 +0000 Subject: 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 --- crawl-ref/source/spells3.h | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) (limited to 'crawl-ref/source/spells3.h') 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); -- cgit v1.2.3-54-g00ecf