summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohanna Ploog <j-p-e-g@users.sourceforge.net>2010-01-17 01:19:35 +0100
committerJohanna Ploog <j-p-e-g@users.sourceforge.net>2010-01-17 01:19:35 +0100
commit88ef2562261933a03d42a5fe3755c681a39abaf8 (patch)
treea3386cad02fa4b4b110f004af4c80e5c404641e8
parent3f519b4a9a4ccc253357b143ebca2d0fcf31241c (diff)
downloadcrawl-ref-88ef2562261933a03d42a5fe3755c681a39abaf8.tar.gz
crawl-ref-88ef2562261933a03d42a5fe3755c681a39abaf8.zip
Add Porkchop's improved angel tile, slightly tweaked.
The old tile erroneously displayed angels wielding a long blade and wearing a shield. It was, in fact, identical to the Daeva one, except in coloration.
-rw-r--r--crawl-ref/source/rltiles/dc-mon/angel.pngbin1154 -> 1275 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/angel.png b/crawl-ref/source/rltiles/dc-mon/angel.png
index 39fbae7e97..86d9d95fca 100644
--- a/crawl-ref/source/rltiles/dc-mon/angel.png
+++ b/crawl-ref/source/rltiles/dc-mon/angel.png
Binary files differ
diff --git a/crawl-ref/source/tilemcache.cc b/crawl-ref/source/tilemcache.cc
index 23900dea30..12b4859fcc 100644
--- a/crawl-ref/source/tilemcache.cc
+++ b/crawl-ref/source/tilemcache.cc
@@ -338,7 +338,6 @@ bool mcache_monster::get_weapon_offset(int mon_tile, int &ofs_x, int &ofs_y)
case TILEP_MONS_DEEP_ELF_MASTER_ARCHER:
case TILEP_MONS_DEEP_ELF_BLADEMASTER:
case TILEP_MONS_IMP:
- case TILEP_MONS_ANGEL:
case TILEP_MONS_NORRIS:
case TILEP_MONS_MAUD:
case TILEP_MONS_DUANE: