summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tilemcache.cc
diff options
context:
space:
mode:
authorJohanna Ploog <j-p-e-g@users.sourceforge.net>2010-01-08 11:54:27 +0100
committerJohanna Ploog <j-p-e-g@users.sourceforge.net>2010-01-08 12:55:16 +0100
commit36092d671b36b76b3c23c57b3ab14274f7918623 (patch)
tree2fabf03fcc4cd0cd236c010137485c2c02ff6dad /crawl-ref/source/tilemcache.cc
parent059ab809012470a261b652ae781450ee071f8c46 (diff)
downloadcrawl-ref-36092d671b36b76b3c23c57b3ab14274f7918623.tar.gz
crawl-ref-36092d671b36b76b3c23c57b3ab14274f7918623.zip
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.
Diffstat (limited to 'crawl-ref/source/tilemcache.cc')
-rw-r--r--crawl-ref/source/tilemcache.cc4
1 files changed, 0 insertions, 4 deletions
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;