summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/enum.h
diff options
context:
space:
mode:
authorJude Brown <bookofjude@users.sourceforge.net>2009-11-06 17:09:25 +1000
committerJude Brown <bookofjude@users.sourceforge.net>2009-11-06 17:12:15 +1000
commit3aa8195291e6770242fe483fba2596215960a3ae (patch)
treefc90e69ee45c33bfecf471d1ca42985988d1c3e3 /crawl-ref/source/enum.h
parentabc1c21beac74651d1a328c6846dc37aec0c016e (diff)
downloadcrawl-ref-3aa8195291e6770242fe483fba2596215960a3ae.tar.gz
crawl-ref-3aa8195291e6770242fe483fba2596215960a3ae.zip
Give Dissolution "Summon Eyeballs" spell (dpeg).
Though do not actually give him the actual_spells flag. Instead, treat the slimes as gifts from Jiyva. Flavour messages could use a tweak.
Diffstat (limited to 'crawl-ref/source/enum.h')
-rw-r--r--crawl-ref/source/enum.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/enum.h b/crawl-ref/source/enum.h
index 025b3cb869..d2dca00607 100644
--- a/crawl-ref/source/enum.h
+++ b/crawl-ref/source/enum.h
@@ -2301,6 +2301,7 @@ enum mon_spellbook_type
MST_MAURICE,
MST_KHUFU,
MST_NIKOLA,
+ MST_DISSOLUTION,
MST_TEST_SPAWNER = 170,
NUM_MSTYPES,