summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tilepick.cc
diff options
context:
space:
mode:
authorJohanna Ploog <j-p-e-g@users.sourceforge.net>2009-12-17 01:53:40 +0100
committerJohanna Ploog <j-p-e-g@users.sourceforge.net>2009-12-17 01:53:40 +0100
commit761b088e911386a2860ba50a8a3271739264283c (patch)
tree786e7281b665bebddc164cdb622e4fc286670d90 /crawl-ref/source/tilepick.cc
parent013eca8ddb8c251e93b8bbd55649c808518c0464 (diff)
downloadcrawl-ref-761b088e911386a2860ba50a8a3271739264283c.tar.gz
crawl-ref-761b088e911386a2860ba50a8a3271739264283c.zip
Add a tile for Maurice. :)
Might be a bit too hard to see on some textures, though I tested it in all branches.
Diffstat (limited to 'crawl-ref/source/tilepick.cc')
-rw-r--r--crawl-ref/source/tilepick.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/tilepick.cc b/crawl-ref/source/tilepick.cc
index af9293e656..258ce242ba 100644
--- a/crawl-ref/source/tilepick.cc
+++ b/crawl-ref/source/tilepick.cc
@@ -1081,7 +1081,7 @@ int tileidx_monster_base(const monsters *mon, bool detected)
case MONS_NIKOLA:
return TILEP_TODO; // TODO
case MONS_MAURICE:
- return TILEP_TODO; // TODO
+ return TILEP_MONS_MAURICE;
// unique major demons ('&')
case MONS_MNOLEG: