From 4e09ab3a1e2477f405ec94e02a4b5aba22928b7a Mon Sep 17 00:00:00 2001 From: dolorous Date: Sun, 8 Jun 2008 21:43:07 +0000 Subject: Move most of the demon-summoning routines to spells3.cc, since they're unholy. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5611 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/spells3.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'crawl-ref/source/spells3.h') diff --git a/crawl-ref/source/spells3.h b/crawl-ref/source/spells3.h index 2bba87a45f..fc32f03151 100644 --- a/crawl-ref/source/spells3.h +++ b/crawl-ref/source/spells3.h @@ -112,6 +112,13 @@ bool remove_curse(bool suppress_msg); * *********************************************************************** */ bool cast_sublimation_of_blood(int pow); +bool cast_call_imp(int pow, bool god_gift = false); +bool summon_lesser_demon(int pow, bool god_gift = false); +bool summon_common_demon(int pow, bool god_gift = false); +bool summon_greater_demon(int pow, bool god_gift = false); +bool cast_summon_demon(int pow, bool god_gift = false); +bool cast_demonic_horde(int pow, bool god_gift = false); +bool cast_summon_greater_demon(int pow, bool god_gift = false); bool cast_summon_horrible_things(int pow, bool god_gift = false); bool cast_simulacrum(int pow, bool god_gift = false); -- cgit v1.2.3-54-g00ecf