summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohanna Ploog <j-p-e-g@users.sourceforge.net>2009-12-26 01:35:29 +0100
committerJohanna Ploog <j-p-e-g@users.sourceforge.net>2009-12-26 01:35:29 +0100
commit43719e94ae7cfb7d5bf0dc8852402124f0ad1333 (patch)
treee8f3f8a938b0af0195242105c27de58d8daf2782
parentb4730459f0f395ae28bd58e8b44980907d3a3187 (diff)
downloadcrawl-ref-43719e94ae7cfb7d5bf0dc8852402124f0ad1333.tar.gz
crawl-ref-43719e94ae7cfb7d5bf0dc8852402124f0ad1333.zip
Display Crazy Yiuf's tile with the wielded weapon.
-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 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;