summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells2.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-08 01:56:07 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-08 01:56:07 +0000
commitbd833f217fbc73d4b2632af11b9763c2b824ee1d (patch)
treee05790ec8344787ea2b5b4ad880640354ecfab4e /crawl-ref/source/spells2.h
parent9feee37f14ac85ba2fe1d1b77da6eeacb37ada93 (diff)
downloadcrawl-ref-bd833f217fbc73d4b2632af11b9763c2b824ee1d.tar.gz
crawl-ref-bd833f217fbc73d4b2632af11b9763c2b824ee1d.zip
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
Diffstat (limited to 'crawl-ref/source/spells2.h')
-rw-r--r--crawl-ref/source/spells2.h12
1 files changed, 5 insertions, 7 deletions
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}
/* ***********************************************************************