summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-cast.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/mon-cast.h')
-rw-r--r--crawl-ref/source/mon-cast.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/crawl-ref/source/mon-cast.h b/crawl-ref/source/mon-cast.h
index 390f563875..896c377ceb 100644
--- a/crawl-ref/source/mon-cast.h
+++ b/crawl-ref/source/mon-cast.h
@@ -20,8 +20,9 @@ bool handle_mon_spell(monsters *monster, bolt &beem);
bolt mons_spells(monsters *mons, spell_type spell_cast, int power,
bool check_validity = false);
void mons_cast(monsters *monster, bolt &pbolt, spell_type spell_cast,
- bool do_noise = true);
-void mons_cast_noise(monsters *monster, bolt &pbolt, spell_type spell_cast);
+ bool do_noise = true, bool special_ability = false);
+void mons_cast_noise(monsters *monster, bolt &pbolt, spell_type spell_cast,
+ bool special_ability = false);
bool setup_mons_cast(monsters *monster, bolt &pbolt, spell_type spell_cast,
bool check_validity = false);