summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tilepick.cc
diff options
context:
space:
mode:
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 9968f253aa..fe1674f94c 100644
--- a/crawl-ref/source/tilepick.cc
+++ b/crawl-ref/source/tilepick.cc
@@ -898,6 +898,8 @@ int tileidx_monster_base(const monsters *mon, bool detected)
// non-human uniques
case MONS_IJYB:
return TILEP_MONS_IJYB;
+ case MONS_GRUM:
+ return TILEP_MONS_GRUM;
case MONS_URUG:
return TILEP_MONS_URUG;
case MONS_EROLCHA: