From 70c41610927b7f9adfc3a0fd6c72c7af6756427e Mon Sep 17 00:00:00 2001 From: Robert Vollmert Date: Fri, 16 Oct 2009 10:15:03 +0200 Subject: Set killer for monster refrigeration. --- crawl-ref/source/spells2.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'crawl-ref/source/spells2.h') diff --git a/crawl-ref/source/spells2.h b/crawl-ref/source/spells2.h index 3e9eeab5f7..b1d26280fb 100644 --- a/crawl-ref/source/spells2.h +++ b/crawl-ref/source/spells2.h @@ -23,7 +23,8 @@ bool vampiric_drain(int pow, const dist &vmove); int detect_creatures(int pow, bool telepathic = false); int detect_items(int pow); int detect_traps(int pow); -void cast_refrigeration(int pow, bool monster_cast = false); +void cast_refrigeration(int pow, bool monster_cast = false, + int caster = NON_MONSTER); void cast_toxic_radiance(bool monster_cast = false); void drain_life(int pow); -- cgit v1.2.3-54-g00ecf