summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/describe.cc
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2009-12-15 15:35:28 +0100
committerAdam Borowski <kilobyte@angband.pl>2009-12-15 15:49:46 +0100
commitba0dc9345572f0120a622a15eb1c4ef461110b65 (patch)
tree022a199dbe803919bb4bed808062ddad2a4322fc /crawl-ref/source/describe.cc
parentded9e45204db0430fe6f5b3c60c73ddc458fe54e (diff)
downloadcrawl-ref-ba0dc9345572f0120a622a15eb1c4ef461110b65.tar.gz
crawl-ref-ba0dc9345572f0120a622a15eb1c4ef461110b65.zip
Remove code duplication by making artifacts use SPARM_SPIRIT_SHIELD.
Diffstat (limited to 'crawl-ref/source/describe.cc')
-rw-r--r--crawl-ref/source/describe.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/crawl-ref/source/describe.cc b/crawl-ref/source/describe.cc
index 83ea1d2e2b..7d40a8a2cc 100644
--- a/crawl-ref/source/describe.cc
+++ b/crawl-ref/source/describe.cc
@@ -201,7 +201,6 @@ static std::vector<std::string> _randart_propnames( const item_def& item )
{ "rC", ARTP_COLD, 1 },
{ "rN", ARTP_NEGATIVE_ENERGY, 1 },
{ "MR", ARTP_MAGIC, 2 },
- { "Spirit", ARTP_SPIRIT_SHIELD, 2 },
// Quantitative attributes
{ "AC", ARTP_AC, 0 },
@@ -393,7 +392,6 @@ static std::string _randart_descrip( const item_def &item )
{ ARTP_LEVITATE, "It lets you levitate.", false},
{ ARTP_BLINK, "It lets you blink.", false},
{ ARTP_BERSERK, "It lets you go berserk.", false},
- { ARTP_SPIRIT_SHIELD, "It shields you from harm at the cost of magical power.", false},
{ ARTP_NOISES, "It makes noises.", false},
{ ARTP_PREVENT_SPELLCASTING, "It prevents spellcasting.", false},
{ ARTP_CAUSE_TELEPORTATION, "It causes teleportation.", false},