From 36092d671b36b76b3c23c57b3ab14274f7918623 Mon Sep 17 00:00:00 2001 From: Johanna Ploog Date: Fri, 8 Jan 2010 11:54:27 +0100 Subject: Give Kirke's tile a staff and remove her from the weapon offset function. Since Kirke is a spellcaster and not wielding a weapon, she looks kinda stupid holding her hand like that and the staff is a common sign of a unique being a spellcaster. --- crawl-ref/source/tilemcache.cc | 4 ---- 1 file changed, 4 deletions(-) (limited to 'crawl-ref/source/tilemcache.cc') diff --git a/crawl-ref/source/tilemcache.cc b/crawl-ref/source/tilemcache.cc index 380b37148a..7ba28a8f0e 100644 --- a/crawl-ref/source/tilemcache.cc +++ b/crawl-ref/source/tilemcache.cc @@ -452,10 +452,6 @@ bool mcache_monster::get_weapon_offset(int mon_tile, int &ofs_x, int &ofs_y) ofs_x = -2; ofs_y = -7; break; - case TILEP_MONS_KIRKE: - ofs_x = -3; - ofs_y = -2; - break; case TILEP_MONS_OGRE_MAGE: ofs_x = -4; ofs_y = -2; -- cgit v1.2.3-54-g00ecf