summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorontoclasm <yokomeshi@gmail.com>2014-08-02 22:25:08 +0100
committerontoclasm <yokomeshi@gmail.com>2014-08-02 22:25:51 +0100
commit756871af9b64cee576375e9ed5f73cf3cfa1b453 (patch)
tree8ab83ebff47fda13bd31e3b344fbf3a14aad95e6
parentd3c3341a9a4a7642e2aca554433be805801b18c2 (diff)
downloadcrawl-ref-756871af9b64cee576375e9ed5f73cf3cfa1b453.tar.gz
crawl-ref-756871af9b64cee576375e9ed5f73cf3cfa1b453.zip
Frances tile (Bloax)
-rw-r--r--crawl-ref/source/rltiles/mon/unique/frances.pngbin893 -> 1400 bytes
-rw-r--r--crawl-ref/source/tilemcache.cc5
2 files changed, 4 insertions, 1 deletions
diff --git a/crawl-ref/source/rltiles/mon/unique/frances.png b/crawl-ref/source/rltiles/mon/unique/frances.png
index b1db0d8ad9..53bf4acb40 100644
--- a/crawl-ref/source/rltiles/mon/unique/frances.png
+++ b/crawl-ref/source/rltiles/mon/unique/frances.png
Binary files differ
diff --git a/crawl-ref/source/tilemcache.cc b/crawl-ref/source/tilemcache.cc
index 1de8a45c26..de58d64c5c 100644
--- a/crawl-ref/source/tilemcache.cc
+++ b/crawl-ref/source/tilemcache.cc
@@ -303,7 +303,6 @@ bool mcache_monster::get_weapon_offset(tileidx_t mon_tile,
case TILEP_MONS_SHADOW_IMP:
case TILEP_MONS_NORRIS:
case TILEP_MONS_MAUD:
- case TILEP_MONS_FRANCES:
case TILEP_MONS_HAROLD:
case TILEP_MONS_JOSEPHINE:
case TILEP_MONS_JOSEPH:
@@ -536,6 +535,10 @@ bool mcache_monster::get_weapon_offset(tileidx_t mon_tile,
*ofs_x = 2;
*ofs_y = -3;
break;
+ case TILEP_MONS_FRANCES: // left-handed
+ *ofs_x = 20;
+ *ofs_y = -1;
+ break;
// Shift downwards and to the left.
case TILEP_MONS_GOBLIN:
case TILEP_MONS_IJYB: