From 64eb612845fa71e3e53ae16f26d6a5be2223f172 Mon Sep 17 00:00:00 2001 From: David Lawrence Ramsey Date: Thu, 19 Nov 2009 23:24:11 -0600 Subject: 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. --- crawl-ref/source/tilepick.cc | 5 ----- 1 file changed, 5 deletions(-) (limited to 'crawl-ref/source/tilepick.cc') 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; -- cgit v1.2.3-54-g00ecf