summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tilemcache.cc
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2009-06-28 21:15:38 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2009-06-28 21:15:38 +0000
commit72b2f48d51c53b6083bbb1e9e2386bfc51351376 (patch)
treee5f80fe8deccd4bcffc97168b1f7da402c86d4ac /crawl-ref/source/tilemcache.cc
parent14ef20154318f3605e37aebdc2a5766f761d3177 (diff)
downloadcrawl-ref-72b2f48d51c53b6083bbb1e9e2386bfc51351376.tar.gz
crawl-ref-72b2f48d51c53b6083bbb1e9e2386bfc51351376.zip
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
Diffstat (limited to 'crawl-ref/source/tilemcache.cc')
-rw-r--r--crawl-ref/source/tilemcache.cc1
1 files changed, 1 insertions, 0 deletions
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;