From bd833f217fbc73d4b2632af11b9763c2b824ee1d Mon Sep 17 00:00:00 2001 From: dolorous Date: Sun, 8 Jun 2008 01:56:07 +0000 Subject: Revert some of the previous simplifications, as they make other things more complicated. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5570 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/spells2.h | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'crawl-ref/source/spells2.h') diff --git a/crawl-ref/source/spells2.h b/crawl-ref/source/spells2.h index d2f3683581..4ac7873b5c 100644 --- a/crawl-ref/source/spells2.h +++ b/crawl-ref/source/spells2.h @@ -169,16 +169,14 @@ bool summon_minor_demon(int pow, bool god_gift = false); bool summon_common_demon(int pow, bool god_gift = false); -bool summon_demon(monster_type mon, int pow, bool force_hostile = false, - bool quiet = false, bool permanent = false); +bool summon_demon(monster_type mon, int pow, bool god_gift = false); -bool summon_berserker(int pow, bool force_hostile = false); +bool summon_berserker(int pow, bool god_gift = false, + bool force_hostile = false); -bool summon_guardian(int pow, bool force_hostile = false, bool quiet = false, - bool permanent = false); +bool summon_guardian(int pow, bool god_gift = false); -bool summon_daeva(int pow, bool force_hostile = false, bool quiet = false, - bool permanent = false); +bool summon_daeva(int pow, bool god_gift = false); // last updated 24may2000 {dlb} /* *********************************************************************** -- cgit v1.2.3-54-g00ecf