summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/ghost.cc
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-04-10 16:04:14 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-04-10 16:04:14 +0000
commit512696e788bbd4172853b8a1d7cca95497c98a6a (patch)
treed6477f6a71ab70118cc8126711557eafdb979e03 /crawl-ref/source/ghost.cc
parent684f80b554daadb08cf2c40b8e905737e8655530 (diff)
downloadcrawl-ref-512696e788bbd4172853b8a1d7cca95497c98a6a.tar.gz
crawl-ref-512696e788bbd4172853b8a1d7cca95497c98a6a.zip
Allow player ghosts to use corona.
Breaks save compatibility, upped save major version. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1282 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/ghost.cc')
-rw-r--r--crawl-ref/source/ghost.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/ghost.cc b/crawl-ref/source/ghost.cc
index 4328e2855d..6bcaa281f0 100644
--- a/crawl-ref/source/ghost.cc
+++ b/crawl-ref/source/ghost.cc
@@ -47,6 +47,7 @@ static int search_order_conj[] = {
SPELL_STING,
SPELL_SHOCK,
SPELL_MAGIC_DART,
+ SPELL_BACKLIGHT,
SPELL_NO_SPELL, // end search
};
@@ -87,6 +88,7 @@ static int search_order_misc[] = {
SPELL_POLYMORPH_OTHER,
SPELL_TELEPORT_OTHER,
SPELL_DIG,
+ SPELL_BACKLIGHT,
SPELL_NO_SPELL, // end search
};