summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tilepick.cc
diff options
context:
space:
mode:
authorDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-11-19 23:24:11 -0600
committerDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-11-19 23:24:11 -0600
commit64eb612845fa71e3e53ae16f26d6a5be2223f172 (patch)
treec9e764e3f8e72ae5465745d706b7e7baa6cc0a36 /crawl-ref/source/tilepick.cc
parent5f0ad137316388ed36157a249f6e99d30f976b34 (diff)
downloadcrawl-ref-64eb612845fa71e3e53ae16f26d6a5be2223f172.tar.gz
crawl-ref-64eb612845fa71e3e53ae16f26d6a5be2223f172.zip
After some thought, remove the holy scourge -> demon whip tile mapping.
Ideally, the demon whip tile should be edited so as to match the color scheme of the blessed blade tile relative to the demon blade tile, and that edited tile should be the holy scourge tile.
Diffstat (limited to 'crawl-ref/source/tilepick.cc')
-rw-r--r--crawl-ref/source/tilepick.cc5
1 files changed, 0 insertions, 5 deletions
diff --git a/crawl-ref/source/tilepick.cc b/crawl-ref/source/tilepick.cc
index 69440ee2aa..82dbcf6d7c 100644
--- a/crawl-ref/source/tilepick.cc
+++ b/crawl-ref/source/tilepick.cc
@@ -1324,9 +1324,6 @@ static int _tileidx_weapon_base(const item_def &item)
case WPN_BLESSED_TRIPLE_SWORD:
return TILE_WPN_TRIPLE_SWORD;
-
- case WPN_HOLY_SCOURGE:
- return TILE_WPN_DEMON_WHIP;
}
return TILE_ERROR;
@@ -3730,8 +3727,6 @@ int tilep_equ_weapon(const item_def &item)
case WPN_ANKUS: return TILEP_HAND1_MACE;
case WPN_WHIP: return TILEP_HAND1_WHIP;
case WPN_DEMON_WHIP: return TILEP_HAND1_BLACK_WHIP;
- // new blessed weapons
- case WPN_HOLY_SCOURGE: return TILEP_HAND1_BLACK_WHIP;
// Edge
case WPN_KNIFE: return TILEP_HAND1_DAGGER_SLANT;