summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/main.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/main.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/main.cc')
-rw-r--r--crawl-ref/source/main.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/main.cc b/crawl-ref/source/main.cc
index 84277457c7..8723bf4f08 100644
--- a/crawl-ref/source/main.cc
+++ b/crawl-ref/source/main.cc
@@ -658,6 +658,7 @@ static void _set_removed_types_as_identified()
{
#if TAG_MAJOR_VERSION == 34
you.type_ids[OBJ_JEWELLERY][AMU_CONTROLLED_FLIGHT] = ID_KNOWN_TYPE;
+ you.type_ids[OBJ_JEWELLERY][AMU_CONSERVATION] = ID_KNOWN_TYPE;
you.type_ids[OBJ_STAVES][STAFF_ENCHANTMENT] = ID_KNOWN_TYPE;
you.type_ids[OBJ_STAVES][STAFF_CHANNELING] = ID_KNOWN_TYPE;
you.type_ids[OBJ_POTIONS][POT_GAIN_STRENGTH] = ID_KNOWN_TYPE;