summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells2.h
diff options
context:
space:
mode:
authorJude Brown <bookofjude@users.sourceforge.com>2009-10-16 14:33:41 +1000
committerRobert Vollmert <rvollmert@gmx.net>2009-10-16 08:56:35 +0200
commit6d9b6f226847487b3fd9e2ff408d7c0f42361c93 (patch)
tree3f3c81c79eb038caf21ad19c715b66fbbf794178 /crawl-ref/source/spells2.h
parentabb48a2dd69dbc9743bc952a5c3afacc1e7efa16 (diff)
downloadcrawl-ref-6d9b6f226847487b3fd9e2ff408d7c0f42361c93.tar.gz
crawl-ref-6d9b6f226847487b3fd9e2ff408d7c0f42361c93.zip
Make Toxic Radiance and Refrigeration monster castable.
Allow player ghosts and random pandemonium lords to also cast it. Signed-off-by: Robert Vollmert <rvollmert@gmx.net>
Diffstat (limited to 'crawl-ref/source/spells2.h')
-rw-r--r--crawl-ref/source/spells2.h2
1 files changed, 1 insertions, 1 deletions
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();