summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-data.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2009-10-04 22:27:27 +0200
committerAdam Borowski <kilobyte@angband.pl>2009-10-06 15:04:22 +0200
commitc591003b88f95795178a2de89ec9cb0845f84a0a (patch)
tree774dcbd98e25fe353aa17692aac08a18ffbcd2c4 /crawl-ref/source/spl-data.h
parent9970d458692f69d2eff5b8b4dd2550923a436e4f (diff)
downloadcrawl-ref-c591003b88f95795178a2de89ec9cb0845f84a0a.tar.gz
crawl-ref-c591003b88f95795178a2de89ec9cb0845f84a0a.zip
Khufu, the mummy emperor. Uses Tomb of Doroklohe as an escape spell.
He will blink and teleport away any allies, and resort to blinking himself only if there's something else blocking the tomb. The tomb is dropped when he emerges from it, as teleporting out could leave the player stranded and having unlimited means of digging shouldn't be mandatory.
Diffstat (limited to 'crawl-ref/source/spl-data.h')
-rw-r--r--crawl-ref/source/spl-data.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/crawl-ref/source/spl-data.h b/crawl-ref/source/spl-data.h
index e2602af78d..cdfc92696b 100644
--- a/crawl-ref/source/spl-data.h
+++ b/crawl-ref/source/spl-data.h
@@ -2484,6 +2484,19 @@
},
{
+ SPELL_TOMB_OF_DOROKLOHE, "Tomb of Doroklohe",
+ SPTYP_EARTH,
+ SPFLAG_MONSTER,
+ 5,
+ 0,
+ -1, -1,
+ 0,
+ NULL,
+ false,
+ false
+},
+
+{
SPELL_NO_SPELL, "nonexistent spell",
0,
SPFLAG_TESTING,