summaryrefslogtreecommitdiffstats
path: root/crawl-ref
diff options
context:
space:
mode:
authorJohanna Ploog <j-p-e-g@users.sourceforge.net>2010-01-14 13:03:26 +0100
committerJohanna Ploog <j-p-e-g@users.sourceforge.net>2010-01-14 13:03:26 +0100
commit8189b289bc18254d8c0e4eeefcfa69fd2fb775f8 (patch)
tree985cf643a03987fc9babb880a61af4d2ba9f6c52 /crawl-ref
parent6011983f9d40123b5b7e9ec536da6b335e814db2 (diff)
downloadcrawl-ref-8189b289bc18254d8c0e4eeefcfa69fd2fb775f8.tar.gz
crawl-ref-8189b289bc18254d8c0e4eeefcfa69fd2fb775f8.zip
Use purge's Pikel tile.
Diffstat (limited to 'crawl-ref')
-rw-r--r--crawl-ref/source/rltiles/dc-mon/unique/pikel.pngbin853 -> 3918 bytes
-rw-r--r--crawl-ref/source/tilemcache.cc1
2 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/rltiles/dc-mon/unique/pikel.png b/crawl-ref/source/rltiles/dc-mon/unique/pikel.png
index 8559b51e88..8616abd26d 100644
--- a/crawl-ref/source/rltiles/dc-mon/unique/pikel.png
+++ b/crawl-ref/source/rltiles/dc-mon/unique/pikel.png
Binary files differ
diff --git a/crawl-ref/source/tilemcache.cc b/crawl-ref/source/tilemcache.cc
index 8c1ef16722..7ba28a8f0e 100644
--- a/crawl-ref/source/tilemcache.cc
+++ b/crawl-ref/source/tilemcache.cc
@@ -476,7 +476,6 @@ bool mcache_monster::get_weapon_offset(int mon_tile, int &ofs_x, int &ofs_y)
break;
// Shift downwards and to the right.
case TILEP_MONS_BIG_KOBOLD:
- case TILEP_MONS_PIKEL:
ofs_x = 2;
ofs_y = 3;
break;