From 9feee37f14ac85ba2fe1d1b77da6eeacb37ada93 Mon Sep 17 00:00:00 2001 From: dolorous Date: Sun, 8 Jun 2008 01:32:55 +0000 Subject: Add miscellaneous minor fixes. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5569 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/spells2.h | 14 +++++++------- 1 file changed, 7 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 7296f0ad37..d2f3683581 100644 --- a/crawl-ref/source/spells2.h +++ b/crawl-ref/source/spells2.h @@ -172,6 +172,13 @@ 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_berserker(int pow, bool force_hostile = false); + +bool summon_guardian(int pow, bool force_hostile = false, bool quiet = false, + bool permanent = false); + +bool summon_daeva(int pow, bool force_hostile = false, bool quiet = false, + bool permanent = false); // last updated 24may2000 {dlb} /* *********************************************************************** @@ -186,13 +193,6 @@ void summon_animals(int pow); * *********************************************************************** */ void summon_small_mammals(int pow); -bool summon_berserker(int pow, bool force_hostile = false); - -bool summon_guardian(int pow, bool force_hostile = false, bool quiet = false, - bool permanent = false); - -bool summon_daeva(int pow, bool force_hostile = false, bool quiet = false, - bool permanent = false); // last updated 24may2000 {dlb} /* *********************************************************************** -- cgit v1.2.3-54-g00ecf