summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/enum.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/enum.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/enum.h')
-rw-r--r--crawl-ref/source/enum.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/crawl-ref/source/enum.h b/crawl-ref/source/enum.h
index c90063eb76..a586496844 100644
--- a/crawl-ref/source/enum.h
+++ b/crawl-ref/source/enum.h
@@ -2082,6 +2082,7 @@ enum monster_type // (int) menv[].type
MONS_DOWAN,
MONS_GASTRONOK,
MONS_MAURICE,
+ MONS_KHUFU,
// Testing monsters
MONS_TEST_SPAWNER,
@@ -2292,7 +2293,7 @@ enum mon_spellbook_type
MST_KIRKE,
MST_MENKAURE,
MST_DOWAN,
- MST_GERYON = 150,
+ MST_GERYON,
MST_DISPATER,
MST_ASMODEUS,
MST_ERESHKIGAL,
@@ -2305,6 +2306,7 @@ enum mon_spellbook_type
MST_BERSERK_ESCAPE, // 165
MST_GASTRONOK,
MST_MAURICE,
+ MST_KHUFU,
MST_TEST_SPAWNER = 170,
NUM_MSTYPES,
@@ -2885,8 +2887,9 @@ enum spell_type
SPELL_WATER_ELEMENTALS,
SPELL_PORKALATOR, // 198
SPELL_KRAKEN_TENTACLES,
+ SPELL_TOMB_OF_DOROKLOHE,
- NUM_SPELLS // 200
+ NUM_SPELLS // 201
};
enum slot_select_mode