From 6d9b6f226847487b3fd9e2ff408d7c0f42361c93 Mon Sep 17 00:00:00 2001 From: Jude Brown Date: Fri, 16 Oct 2009 14:33:41 +1000 Subject: Make Toxic Radiance and Refrigeration monster castable. Allow player ghosts and random pandemonium lords to also cast it. Signed-off-by: Robert Vollmert --- crawl-ref/source/spells2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/spells2.h') diff --git a/crawl-ref/source/spells2.h b/crawl-ref/source/spells2.h index c1b1ff2c9f..0fee00e019 100644 --- a/crawl-ref/source/spells2.h +++ b/crawl-ref/source/spells2.h @@ -24,7 +24,7 @@ int detect_creatures(int pow, bool telepathic = false); int detect_items(int pow); int detect_traps(int pow); void cast_refrigeration(int pow); -void cast_toxic_radiance(void); +void cast_toxic_radiance(bool monster_cast = false); void drain_life(int pow); int fungal_bloom(); -- cgit v1.2.3-54-g00ecf