summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tile1.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-07 17:45:29 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-07 17:45:29 +0000
commit28e7f723dcc2427bcc1e43ccda8438a0eb05fd38 (patch)
tree1fbf957cab867ef4fcf9c4e60522f0bfcb179ef2 /crawl-ref/source/tile1.cc
parentbede06c9c6bcb25dead315de7778a16b7678a216 (diff)
downloadcrawl-ref-28e7f723dcc2427bcc1e43ccda8438a0eb05fd38.tar.gz
crawl-ref-28e7f723dcc2427bcc1e43ccda8438a0eb05fd38.zip
Rename the "blessed blade" the "blessed eudemon blade", so that the name
of the Blessed Blade artefact is unique. Also, attempt to add shopping values for the new blessed blades (these probably need adjustment). git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4909 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/tile1.cc')
-rw-r--r--crawl-ref/source/tile1.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/tile1.cc b/crawl-ref/source/tile1.cc
index 23738e7d75..77cfc0e126 100644
--- a/crawl-ref/source/tile1.cc
+++ b/crawl-ref/source/tile1.cc
@@ -1116,7 +1116,7 @@ static int _tileidx_weapon(const item_def &item)
case WPN_DEMON_TRIDENT:
return TILE_WPN_DEMON_TRIDENT;
- case WPN_BLESSED_BLADE:
+ case WPN_BLESSED_EUDEMON_BLADE:
return TILE_WPN_BLESSED_BLADE;
case WPN_LONGBOW:
@@ -3000,7 +3000,7 @@ 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_BLADE: return TILEP_HAND1_BLESSED_BLADE;
+ case WPN_BLESSED_EUDEMON_BLADE: return TILEP_HAND1_BLESSED_BLADE;
// new blessed blades
case WPN_BLESSED_LONG_SWORD: return TILEP_HAND1_LONG_SWORD_SLANT;
case WPN_BLESSED_GREAT_SWORD: return TILEP_HAND1_GREAT_SWORD_SLANT;