summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tilepick.cc
diff options
context:
space:
mode:
authorevktalo <evktalo@c06c8d41-db1a-0410-9941-cceddc491573>2009-08-11 16:16:58 +0000
committerevktalo <evktalo@c06c8d41-db1a-0410-9941-cceddc491573>2009-08-11 16:16:58 +0000
commitf4a0665730ee11070a9b32c963a0368b3c7f982f (patch)
treebb0b6b305659239cb45374a38d4a9b05465d3ce3 /crawl-ref/source/tilepick.cc
parent3294105b952c1629e646719fc22bfd88ef73d645 (diff)
downloadcrawl-ref-f4a0665730ee11070a9b32c963a0368b3c7f982f.tar.gz
crawl-ref-f4a0665730ee11070a9b32c963a0368b3c7f982f.zip
Add a new unique mummy, Menkaure, and three new ossuaries. All courtesy of due.
Also added a tile for Menkaure, and made him generate in the dungeon. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@10515 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/tilepick.cc')
-rw-r--r--crawl-ref/source/tilepick.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/tilepick.cc b/crawl-ref/source/tilepick.cc
index 7f1a85da12..8b822bab64 100644
--- a/crawl-ref/source/tilepick.cc
+++ b/crawl-ref/source/tilepick.cc
@@ -901,6 +901,8 @@ int tileidx_monster_base(const monsters *mon, bool detected)
return TILEP_MONS_IJYB;
case MONS_GRUM:
return TILEP_MONS_GRUM;
+ case MONS_MENKAURE:
+ return TILEP_MONS_MENKAURE;
case MONS_URUG:
return TILEP_MONS_URUG;
case MONS_EROLCHA: