From 72b2f48d51c53b6083bbb1e9e2386bfc51351376 Mon Sep 17 00:00:00 2001 From: j-p-e-g Date: Sun, 28 Jun 2009 21:15:38 +0000 Subject: Add new unique gnoll Grum, courtesy of Eino's patch. Thanks! Also added a preliminary tile. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@10070 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/tilepick.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'crawl-ref/source/tilepick.cc') 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: -- cgit v1.2.3-54-g00ecf