summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/makeitem.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-02-14 20:11:20 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-02-14 20:11:20 +0000
commit82afadec060ec1cac4bf243cdb3ac2f82472b74d (patch)
tree68e257ad6cec71d5f45f9e7ec898563385f2af14 /crawl-ref/source/makeitem.cc
parent35e9236db1397f7c0526b20e8db6af718a7a5ee7 (diff)
downloadcrawl-ref-82afadec060ec1cac4bf243cdb3ac2f82472b74d.tar.gz
crawl-ref-82afadec060ec1cac4bf243cdb3ac2f82472b74d.zip
Since Erolcha is effectively a unique ogre-mage, give her a robe, just
as with an ogre-mage. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9079 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/makeitem.cc')
-rw-r--r--crawl-ref/source/makeitem.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/makeitem.cc b/crawl-ref/source/makeitem.cc
index d69c685e51..c6d21510ba 100644
--- a/crawl-ref/source/makeitem.cc
+++ b/crawl-ref/source/makeitem.cc
@@ -4260,6 +4260,7 @@ void give_armour(monsters *mon, int level)
case MONS_JESSICA:
case MONS_KOBOLD_DEMONOLOGIST:
case MONS_OGRE_MAGE:
+ case MONS_EROLCHA:
case MONS_DRACONIAN:
case MONS_RED_DRACONIAN:
case MONS_WHITE_DRACONIAN: