summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/player-equip.cc
diff options
context:
space:
mode:
authorChris Campbell <chriscampbell89@gmail.com>2014-05-12 04:21:25 +0100
committerChris Campbell <chriscampbell89@gmail.com>2014-05-12 05:00:38 +0100
commit4f0ef79f26417a680cfc16018a6655407fd977ee (patch)
tree02eeebe7cfe039dfcee983ca67a6775e53b6df27 /crawl-ref/source/player-equip.cc
parent020cafce5921f89eabdaa160e78ceaf4ff955e4e (diff)
downloadcrawl-ref-4f0ef79f26417a680cfc16018a6655407fd977ee.tar.gz
crawl-ref-4f0ef79f26417a680cfc16018a6655407fd977ee.zip
Remove various references to use-IDing jewellery that now identifies on equip
There's probably a bunch more obsolete code for this still lying around.
Diffstat (limited to 'crawl-ref/source/player-equip.cc')
-rw-r--r--crawl-ref/source/player-equip.cc5
1 files changed, 0 insertions, 5 deletions
diff --git a/crawl-ref/source/player-equip.cc b/crawl-ref/source/player-equip.cc
index d1c4beccf5..0163f16666 100644
--- a/crawl-ref/source/player-equip.cc
+++ b/crawl-ref/source/player-equip.cc
@@ -1076,11 +1076,6 @@ static void _unequip_armour_effect(item_def& item, bool meld,
if (you.species == SP_DEEP_DWARF)
mpr("Your magic begins regenerating once more.");
}
- else if (you.wearing(EQ_AMULET, AMU_GUARDIAN_SPIRIT, true))
- {
- item_def& amu(you.inv[you.equip[EQ_AMULET]]);
- wear_id_type(amu);
- }
break;
case SPARM_ARCHERY: