From 43719e94ae7cfb7d5bf0dc8852402124f0ad1333 Mon Sep 17 00:00:00 2001 From: Johanna Ploog Date: Sat, 26 Dec 2009 01:35:29 +0100 Subject: Display Crazy Yiuf's tile with the wielded weapon. --- crawl-ref/source/tilemcache.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/crawl-ref/source/tilemcache.cc b/crawl-ref/source/tilemcache.cc index 2a6ff9f6f8..3597fc9e3d 100644 --- a/crawl-ref/source/tilemcache.cc +++ b/crawl-ref/source/tilemcache.cc @@ -369,6 +369,7 @@ bool mcache_monster::get_weapon_offset(int mon_tile, int &ofs_x, int &ofs_y) // Shift upwards. case TILEP_MONS_GNOLL: case TILEP_MONS_GRUM: + case TILEP_MONS_CRAZY_YIUF: case TILEP_MONS_DEEP_ELF_DEATH_MAGE: ofs_x = -1; ofs_y = 0; -- cgit v1.2.3-54-g00ecf