summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/ghost.cc
diff options
context:
space:
mode:
authorRobert Vollmert <rvollmert@gmx.net>2009-10-16 11:46:50 +0200
committerRobert Vollmert <rvollmert@gmx.net>2009-10-16 11:48:11 +0200
commit403d55fd98777e5064af85b3497813bf4352e0eb (patch)
tree5596f6e4c6c630a954309cf2f8b155bef55b2521 /crawl-ref/source/ghost.cc
parente0f64f36d01badee2d42839f467b0cfbc8867da5 (diff)
downloadcrawl-ref-403d55fd98777e5064af85b3497813bf4352e0eb.tar.gz
crawl-ref-403d55fd98777e5064af85b3497813bf4352e0eb.zip
Revert radiance and refrigeration patches for the moment.
There's a couple of issues with these that were missed. This reverts commits 70c41610927b7f9adfc3a0fd6c72c7af6756427e dce44e60507ec723f3cf94cdeadc6762ee492786 6525d257d208e990f5d62213adf6a062943e6626 6d9b6f226847487b3fd9e2ff408d7c0f42361c93.
Diffstat (limited to 'crawl-ref/source/ghost.cc')
-rw-r--r--crawl-ref/source/ghost.cc4
1 files changed, 1 insertions, 3 deletions
diff --git a/crawl-ref/source/ghost.cc b/crawl-ref/source/ghost.cc
index 3e4d95d4ba..fffe1dc4eb 100644
--- a/crawl-ref/source/ghost.cc
+++ b/crawl-ref/source/ghost.cc
@@ -47,7 +47,6 @@ static spell_type search_order_conj[] = {
SPELL_STICKY_FLAME,
SPELL_ISKENDERUNS_MYSTIC_BLAST,
// 10
- SPELL_OZOCUBUS_REFRIGERATION,
SPELL_BOLT_OF_MAGMA,
SPELL_ICE_BOLT,
SPELL_BOLT_OF_FIRE,
@@ -57,8 +56,8 @@ static spell_type search_order_conj[] = {
SPELL_VENOM_BOLT,
SPELL_BOLT_OF_IRON,
SPELL_STONE_ARROW,
-// 20
SPELL_THROW_FLAME,
+// 20
SPELL_THROW_FROST,
SPELL_PAIN,
SPELL_STING,
@@ -67,7 +66,6 @@ static spell_type search_order_conj[] = {
SPELL_MAGIC_DART,
SPELL_SLEEP,
SPELL_BACKLIGHT,
- SPELL_OLGREBS_TOXIC_RADIANCE,
SPELL_NO_SPELL, // end search
};