summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/shopping.cc
diff options
context:
space:
mode:
authorgammafunk <gammafunk@gmail.com>2014-05-25 12:56:17 -0500
committergammafunk <gammafunk@gmail.com>2014-05-28 12:50:50 -0500
commitafd1d1232c60c598fa064e3417b928de33d77a49 (patch)
treeb8aa0814e03567077897e6c6c453987b62503e31 /crawl-ref/source/shopping.cc
parent4412034ca0e58c61c99658f6d498f3415480dcfa (diff)
downloadcrawl-ref-afd1d1232c60c598fa064e3417b928de33d77a49.tar.gz
crawl-ref-afd1d1232c60c598fa064e3417b928de33d77a49.zip
Remove jewelry and armour sources of conservation
The amulet of conservation and cloaks of preservation are no longer necessary without item destruction. Maxwell's patent armour now has the resistance ego and grants rF+ and rC+.
Diffstat (limited to 'crawl-ref/source/shopping.cc')
-rw-r--r--crawl-ref/source/shopping.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/crawl-ref/source/shopping.cc b/crawl-ref/source/shopping.cc
index c95524c76f..8db871820b 100644
--- a/crawl-ref/source/shopping.cc
+++ b/crawl-ref/source/shopping.cc
@@ -1298,7 +1298,6 @@ unsigned int item_value(item_def item, bool ident)
{
case SPARM_RUNNING:
case SPARM_ARCHMAGI:
- case SPARM_PRESERVATION:
case SPARM_RESISTANCE:
valued += 250;
break;
@@ -1640,7 +1639,6 @@ unsigned int item_value(item_def item, bool ident)
case RING_REGENERATION:
case RING_WIZARDRY:
case AMU_GUARDIAN_SPIRIT:
- case AMU_CONSERVATION:
case AMU_THE_GOURMAND:
valued += 300;
break;