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/tilemcache.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'crawl-ref/source/tilemcache.cc') diff --git a/crawl-ref/source/tilemcache.cc b/crawl-ref/source/tilemcache.cc index d634999df7..052ab4ac7d 100644 --- a/crawl-ref/source/tilemcache.cc +++ b/crawl-ref/source/tilemcache.cc @@ -364,6 +364,7 @@ bool mcache_monster::get_weapon_offset(int mon_tile, int &ofs_x, int &ofs_y) break; // Shift upwards. case TILEP_MONS_GNOLL: + case TILEP_MONS_GRUM: case TILEP_MONS_DEEP_ELF_DEATH_MAGE: ofs_x = -1; ofs_y = 0; -- cgit v1.2.3-54-g00ecf