summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/enum.h
diff options
context:
space:
mode:
authorevktalo <evktalo@c06c8d41-db1a-0410-9941-cceddc491573>2009-08-19 14:55:09 +0000
committerevktalo <evktalo@c06c8d41-db1a-0410-9941-cceddc491573>2009-08-19 14:55:09 +0000
commit309425214082f560faa1d32b1d834644e0d4464d (patch)
treee51b9fcaf095c8d03309db6d713836c4c7a6959c /crawl-ref/source/enum.h
parenta0ac735b25ccb42e5576c610527724bf7a17e090 (diff)
downloadcrawl-ref-309425214082f560faa1d32b1d834644e0d4464d.tar.gz
crawl-ref-309425214082f560faa1d32b1d834644e0d4464d.zip
Apply patch #2838024 by bookofjude: new Elven twins uniques, Duvessa and Dowan. I'll do the tiles later.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@10578 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/enum.h')
-rw-r--r--crawl-ref/source/enum.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/crawl-ref/source/enum.h b/crawl-ref/source/enum.h
index 28629576cc..e3021b85eb 100644
--- a/crawl-ref/source/enum.h
+++ b/crawl-ref/source/enum.h
@@ -2076,6 +2076,8 @@ enum monster_type // (int) menv[].type
MONS_GRUM,
MONS_PURGY,
MONS_MENKAURE,
+ MONS_DUVESSA,
+ MONS_DOWAN,
// Testing monsters
MONS_TEST_SPAWNER,
@@ -2283,7 +2285,8 @@ enum mon_spellbook_type
MST_PRINCE_RIBBIT, // 145
MST_NESSOS,
MST_KIRKE,
- MST_MENKAURE, // 148
+ MST_MENKAURE,
+ MST_DOWAN,
MST_GERYON = 150,
MST_DISPATER,
MST_ASMODEUS,