summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tilepick.cc
diff options
context:
space:
mode:
authorDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-11-19 22:41:11 -0600
committerDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-11-19 22:53:56 -0600
commit9626e74a031ee6694aaf46605cadf6d485c2f82a (patch)
tree37e96c2680c8bda1abf3127f9a5d781a958ddaf0 /crawl-ref/source/tilepick.cc
parent9c717124d2f48858824a1bfdf3fe4ff62f223e72 (diff)
downloadcrawl-ref-9626e74a031ee6694aaf46605cadf6d485c2f82a.tar.gz
crawl-ref-9626e74a031ee6694aaf46605cadf6d485c2f82a.zip
Rename blessed eudemon blades to holy eudemon blades.
This is shorter, consistent with the other demon-converted weapon, and consistent with its always getting the holy wrath brand.
Diffstat (limited to 'crawl-ref/source/tilepick.cc')
-rw-r--r--crawl-ref/source/tilepick.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/crawl-ref/source/tilepick.cc b/crawl-ref/source/tilepick.cc
index 92d9df5df5..69440ee2aa 100644
--- a/crawl-ref/source/tilepick.cc
+++ b/crawl-ref/source/tilepick.cc
@@ -1292,7 +1292,7 @@ static int _tileidx_weapon_base(const item_def &item)
case WPN_DEMON_TRIDENT:
return TILE_WPN_DEMON_TRIDENT;
- case WPN_BLESSED_EUDEMON_BLADE:
+ case WPN_HOLY_EUDEMON_BLADE:
return TILE_WPN_BLESSED_BLADE;
case WPN_LONGBOW:
@@ -3747,8 +3747,8 @@ int tilep_equ_weapon(const item_def &item)
case WPN_KATANA: return TILEP_HAND1_KATANA_SLANT;
case WPN_DOUBLE_SWORD: return TILEP_HAND1_DOUBLE_SWORD;
case WPN_TRIPLE_SWORD: return TILEP_HAND1_TRIPLE_SWORD;
- case WPN_BLESSED_EUDEMON_BLADE: return TILEP_HAND1_BLESSED_BLADE;
- // new blessed blades
+ case WPN_HOLY_EUDEMON_BLADE: return TILEP_HAND1_BLESSED_BLADE;
+ // new blessed weapons
case WPN_BLESSED_LONG_SWORD: return TILEP_HAND1_LONG_SWORD_SLANT;
case WPN_BLESSED_GREAT_SWORD: return TILEP_HAND1_GREAT_SWORD_SLANT;
case WPN_BLESSED_SCIMITAR: return TILEP_HAND1_SCIMITAR;