summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/ghost.cc
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-12-29 18:04:15 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-12-29 18:04:15 +0000
commit9b312b48a30cd85b588267130cebd1e529683526 (patch)
tree08a4694d724ea943e9b943af0490a3e8501fc958 /crawl-ref/source/ghost.cc
parentc493310ecb5c9f7e9f7693b2f01c45bf3194e4ce (diff)
downloadcrawl-ref-9b312b48a30cd85b588267130cebd1e529683526.tar.gz
crawl-ref-9b312b48a30cd85b588267130cebd1e529683526.zip
Give ghosts freezing cloud (syllogism).
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3144 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/ghost.cc')
-rw-r--r--crawl-ref/source/ghost.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/ghost.cc b/crawl-ref/source/ghost.cc
index 06e0abf8bd..6afceb60ae 100644
--- a/crawl-ref/source/ghost.cc
+++ b/crawl-ref/source/ghost.cc
@@ -84,6 +84,7 @@ static int search_order_misc[] = {
/* 0 */
SPELL_AGONY,
SPELL_BANISHMENT,
+ SPELL_FREEZING_CLOUD,
SPELL_PARALYSE,
SPELL_CONFUSE,
SPELL_MEPHITIC_CLOUD,