summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells2.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/spells2.h')
-rw-r--r--crawl-ref/source/spells2.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/crawl-ref/source/spells2.h b/crawl-ref/source/spells2.h
index 1ed6cec231..f3f03486c4 100644
--- a/crawl-ref/source/spells2.h
+++ b/crawl-ref/source/spells2.h
@@ -61,13 +61,13 @@ bool cast_summon_elemental(int pow, god_type god = GOD_NO_GOD,
bool cast_summon_ice_beast(int pow, god_type god = GOD_NO_GOD);
bool cast_summon_ugly_thing(int pow, god_type god = GOD_NO_GOD);
bool cast_summon_dragon(int pow, god_type god = GOD_NO_GOD);
-bool summon_berserker(int pow, god_type god = GOD_NO_GOD,
+bool summon_berserker(int pow, god_type god = GOD_NO_GOD, int spell = 0,
bool force_hostile = false);
-bool summon_holy_warrior(int pow, god_type god = GOD_NO_GOD,
+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_being_type(monster_type mon, int pow,
- god_type god = GOD_NO_GOD);
+ god_type god = GOD_NO_GOD, int spell = 0);
bool cast_tukimas_dance(int pow, god_type god = GOD_NO_GOD,
bool force_hostile = false);
bool cast_conjure_ball_lightning(int pow, god_type god = GOD_NO_GOD);