summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-mis.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/spl-mis.h')
-rw-r--r--crawl-ref/source/spl-mis.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/spl-mis.h b/crawl-ref/source/spl-mis.h
index 783562587f..5def1b7dd2 100644
--- a/crawl-ref/source/spl-mis.h
+++ b/crawl-ref/source/spl-mis.h
@@ -124,6 +124,8 @@ private:
void do_msg(bool suppress_nothing_happens = false);
bool _ouch(int dam, beam_type flavour = BEAM_NONE);
bool _explosion();
+ bool _big_cloud(cloud_type cl_type, int pow, int size,
+ int spread_rate = -1);
bool _lose_stat(unsigned char which_stat, unsigned char stat_loss);
void _potion_effect(int pot_eff, int pow);
bool _create_monster(monster_type what, int abj_deg, bool alert = false);