summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/output.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/output.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/output.cc')
-rw-r--r--crawl-ref/source/output.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/crawl-ref/source/output.cc b/crawl-ref/source/output.cc
index 8acf63b3be..07ea054a63 100644
--- a/crawl-ref/source/output.cc
+++ b/crawl-ref/source/output.cc
@@ -2298,8 +2298,6 @@ static vector<formatted_string> _get_overview_resistances(
out += show_angry ? _resist_composer("Rnd*Rage", cwidth, 1, 1, false) + "\n"
: _resist_composer("Clarity", cwidth, rclar) + "\n";
- const int rcons = you.conservation(calc_unid);
- out += _resist_composer("Conserve", cwidth, rcons) + "\n";
const int rcorr = you.res_corr(calc_unid);
out += _resist_composer("rCorr", cwidth, rcorr) + "\n";
const int rrott = you.res_rotting();