summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells2.h
diff options
context:
space:
mode:
authorRobert Vollmert <rvollmert@gmx.net>2009-10-16 10:15:03 +0200
committerRobert Vollmert <rvollmert@gmx.net>2009-10-16 10:15:50 +0200
commit70c41610927b7f9adfc3a0fd6c72c7af6756427e (patch)
treecdf9a59e1d30f85a3b5ef2e2cfaedab89f10e41c /crawl-ref/source/spells2.h
parentdce44e60507ec723f3cf94cdeadc6762ee492786 (diff)
downloadcrawl-ref-70c41610927b7f9adfc3a0fd6c72c7af6756427e.tar.gz
crawl-ref-70c41610927b7f9adfc3a0fd6c72c7af6756427e.zip
Set killer for monster refrigeration.
Diffstat (limited to 'crawl-ref/source/spells2.h')
-rw-r--r--crawl-ref/source/spells2.h3
1 files changed, 2 insertions, 1 deletions
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);