summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-summoning.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2013-02-26 04:41:37 +0100
committerAdam Borowski <kilobyte@angband.pl>2013-02-26 04:49:17 +0100
commite59fb650c46d607bea7853717d66a78de8fdd532 (patch)
treecead49565f6601dd788022ad6908637385eb8311 /crawl-ref/source/spl-summoning.h
parent65306b0f297ae9ce4a5b2a52f055a2f2482dbad2 (diff)
downloadcrawl-ref-e59fb650c46d607bea7853717d66a78de8fdd532.tar.gz
crawl-ref-e59fb650c46d607bea7853717d66a78de8fdd532.zip
Remove layers upon layers of code for TSO summons.
Diffstat (limited to 'crawl-ref/source/spl-summoning.h')
-rw-r--r--crawl-ref/source/spl-summoning.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/crawl-ref/source/spl-summoning.h b/crawl-ref/source/spl-summoning.h
index 741a186efc..4649828649 100644
--- a/crawl-ref/source/spl-summoning.h
+++ b/crawl-ref/source/spl-summoning.h
@@ -35,9 +35,7 @@ spret_type cast_summon_hydra(actor *caster, int pow, god_type god = GOD_NO_GOD,
bool fail = false);
bool summon_berserker(int pow, actor *caster,
monster_type override_mons = MONS_PROGRAM_BUG);
-bool summon_holy_warrior(int pow, god_type god = GOD_NO_GOD, int spell = 0,
- bool force_hostile = false, bool permanent = false,
- bool quiet = false);
+bool summon_holy_warrior(int pow, bool punish);
spret_type cast_tukimas_dance(int pow, god_type god = GOD_NO_GOD,
bool force_hostile = false, bool fail = false);