summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/ghost.cc
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/ghost.cc
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/ghost.cc')
-rw-r--r--crawl-ref/source/ghost.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/crawl-ref/source/ghost.cc b/crawl-ref/source/ghost.cc
index fffe1dc4eb..922e9fca13 100644
--- a/crawl-ref/source/ghost.cc
+++ b/crawl-ref/source/ghost.cc
@@ -47,6 +47,7 @@ static spell_type search_order_conj[] = {
SPELL_STICKY_FLAME,
SPELL_ISKENDERUNS_MYSTIC_BLAST,
// 10
+ SPELL_OZOCUBUS_REFRIGERTION,
SPELL_BOLT_OF_MAGMA,
SPELL_ICE_BOLT,
SPELL_BOLT_OF_FIRE,
@@ -56,8 +57,8 @@ static spell_type search_order_conj[] = {
SPELL_VENOM_BOLT,
SPELL_BOLT_OF_IRON,
SPELL_STONE_ARROW,
- SPELL_THROW_FLAME,
// 20
+ SPELL_THROW_FLAME,
SPELL_THROW_FROST,
SPELL_PAIN,
SPELL_STING,
@@ -66,6 +67,7 @@ static spell_type search_order_conj[] = {
SPELL_MAGIC_DART,
SPELL_SLEEP,
SPELL_BACKLIGHT,
+ SPELL_OLGREBS_TOXIC_RADIANCE,
SPELL_NO_SPELL, // end search
};