summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/ghost.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/ghost.cc')
-rw-r--r--crawl-ref/source/ghost.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/ghost.cc b/crawl-ref/source/ghost.cc
index 1b30a89a4c..c3aa4c907a 100644
--- a/crawl-ref/source/ghost.cc
+++ b/crawl-ref/source/ghost.cc
@@ -3,7 +3,7 @@
* Summary: Player ghost and random Pandemonium demon handling.
*
* Created for Dungeon Crawl Reference by $Author:dshaligram $ on
- * $Date: 2007-03-15 $.
+ * $Date$.
*/
#include "AppHdr.h"
@@ -48,6 +48,7 @@ static int search_order_conj[] = {
SPELL_STING,
SPELL_SHOCK,
SPELL_MAGIC_DART,
+ SPELL_SLEEP,
SPELL_BACKLIGHT,
SPELL_NO_SPELL, // end search
};