summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/randart.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-04-28 01:29:00 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-04-28 01:29:00 +0000
commit33ada2dff303fba46452dfb652a3901344af20d0 (patch)
treedd5c19968f63bb7d8d5e2a72b89860b72387a9dc /crawl-ref/source/randart.cc
parent19f029762dd3a51cc093e972b1110c429dcb24d0 (diff)
downloadcrawl-ref-33ada2dff303fba46452dfb652a3901344af20d0.tar.gz
crawl-ref-33ada2dff303fba46452dfb652a3901344af20d0.zip
Remove the single level of negative energy resistance on blessed blade
artefacts, as TSO's power already provides enough resistance to it. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4717 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/randart.cc')
-rw-r--r--crawl-ref/source/randart.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/randart.cc b/crawl-ref/source/randart.cc
index b0254301a5..9c4bef9155 100644
--- a/crawl-ref/source/randart.cc
+++ b/crawl-ref/source/randart.cc
@@ -1815,7 +1815,6 @@ bool make_item_blessed_blade( item_def &item )
// blessed blade of The Shining One
rap[RAP_BRAND] = (short) SPWPN_HOLY_WRATH;
- rap[RAP_NEGATIVE_ENERGY] = (short) 1;
// set artefact name
ASSERT(!item.props.exists( RANDART_NAME_KEY ));