From 88ef2562261933a03d42a5fe3755c681a39abaf8 Mon Sep 17 00:00:00 2001 From: Johanna Ploog Date: Sun, 17 Jan 2010 01:19:35 +0100 Subject: 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. --- crawl-ref/source/rltiles/dc-mon/angel.png | Bin 1154 -> 1275 bytes crawl-ref/source/tilemcache.cc | 1 - 2 files changed, 1 deletion(-) diff --git a/crawl-ref/source/rltiles/dc-mon/angel.png b/crawl-ref/source/rltiles/dc-mon/angel.png index 39fbae7e97..86d9d95fca 100644 Binary files a/crawl-ref/source/rltiles/dc-mon/angel.png and b/crawl-ref/source/rltiles/dc-mon/angel.png 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: -- cgit v1.2.3