summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crawl-ref/source/rltiles/dc-mon/unique/agnes.pngbin801 -> 796 bytes
-rw-r--r--crawl-ref/source/tilemcache.cc4
2 files changed, 4 insertions, 0 deletions
diff --git a/crawl-ref/source/rltiles/dc-mon/unique/agnes.png b/crawl-ref/source/rltiles/dc-mon/unique/agnes.png
index 7ecba91be0..d65f854c51 100644
--- a/crawl-ref/source/rltiles/dc-mon/unique/agnes.png
+++ b/crawl-ref/source/rltiles/dc-mon/unique/agnes.png
Binary files differ
diff --git a/crawl-ref/source/tilemcache.cc b/crawl-ref/source/tilemcache.cc
index ceed86f93d..380b37148a 100644
--- a/crawl-ref/source/tilemcache.cc
+++ b/crawl-ref/source/tilemcache.cc
@@ -461,6 +461,10 @@ bool mcache_monster::get_weapon_offset(int mon_tile, int &ofs_x, int &ofs_y)
ofs_y = -2;
break;
// Shift upwards and to the right.
+ case TILEP_MONS_AGNES:
+ ofs_x = 1;
+ ofs_y = -3;
+ break;
case TILEP_MONS_WIZARD:
ofs_x = 2;
ofs_y = -2;