summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/randart.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/randart.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/randart.cc')
-rw-r--r--crawl-ref/source/randart.cc6
1 files changed, 1 insertions, 5 deletions
diff --git a/crawl-ref/source/randart.cc b/crawl-ref/source/randart.cc
index 02446ad67d..4594cb43ac 100644
--- a/crawl-ref/source/randart.cc
+++ b/crawl-ref/source/randart.cc
@@ -1261,10 +1261,6 @@ static std::string _get_artefact_type(const int type)
static bool _pick_db_name( const item_def &item )
{
- // Blessed blades always get database names.
- if (is_blessed_blade(item))
- return true;
-
switch (item.base_type)
{
case OBJ_WEAPONS:
@@ -1811,7 +1807,7 @@ bool make_item_blessed_blade( item_def &item )
for (vec_size i = 0; i < RA_PROPERTIES; i++)
rap[i] = (short) 0;
- // blessed blade of The Shining One
+ // blessed blade of the Shining One
rap[RAP_BRAND] = (short) SPWPN_HOLY_WRATH;
// set artefact name