summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/enum.h
diff options
context:
space:
mode:
authorJude Brown <bookofjude@users.sourceforge.net>2009-11-26 18:40:27 +1000
committerJude Brown <bookofjude@users.sourceforge.net>2009-11-26 18:42:28 +1000
commit852e9454c38ce132fbb2ee6422dac60808a7b583 (patch)
tree5e3428fcb61c761c58ce4408616c77617be9dd9b /crawl-ref/source/enum.h
parent19556431fc66383fb83130bba7412b16a2a73e6d (diff)
downloadcrawl-ref-852e9454c38ce132fbb2ee6422dac60808a7b583.tar.gz
crawl-ref-852e9454c38ce132fbb2ee6422dac60808a7b583.zip
Give Harold and Executioners their own spell books.
Diffstat (limited to 'crawl-ref/source/enum.h')
-rw-r--r--crawl-ref/source/enum.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/enum.h b/crawl-ref/source/enum.h
index 0dae240dd4..0c999b435d 100644
--- a/crawl-ref/source/enum.h
+++ b/crawl-ref/source/enum.h
@@ -2307,6 +2307,8 @@ enum mon_spellbook_type
MST_NIKOLA,
MST_DISSOLUTION, // 170
MST_AIZUL,
+ MST_EXECUTIONER,
+ MST_HAROLD,
MST_TEST_SPAWNER = 200,
NUM_MSTYPES,