From 761b088e911386a2860ba50a8a3271739264283c Mon Sep 17 00:00:00 2001 From: Johanna Ploog Date: Thu, 17 Dec 2009 01:53:40 +0100 Subject: Add a tile for Maurice. :) Might be a bit too hard to see on some textures, though I tested it in all branches. --- crawl-ref/source/tilepick.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/tilepick.cc') 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: -- cgit v1.2.3-54-g00ecf