summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/item_use.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/item_use.cc')
-rw-r--r--crawl-ref/source/item_use.cc10
1 files changed, 0 insertions, 10 deletions
diff --git a/crawl-ref/source/item_use.cc b/crawl-ref/source/item_use.cc
index e10141dad6..4bd5082d00 100644
--- a/crawl-ref/source/item_use.cc
+++ b/crawl-ref/source/item_use.cc
@@ -5701,16 +5701,6 @@ void use_artefact(item_def &item, bool *show_msgs, bool unmeld)
if (proprt[ARTP_NOISES])
you.attribute[ATTR_NOISES] = 1;
- if (proprt[ARTP_SPIRIT_SHIELD])
- {
- set_mp(0, false);
- mpr("You feel the spirits watch over you.");
- if (you.species == SP_DEEP_DWARF)
- mpr("Now linked to your health, your magic stops regenerating.");
-
- artefact_wpn_learn_prop(item, ARTP_SPIRIT_SHIELD);
- }
-
if (!alreadyknown && Options.autoinscribe_artefacts)
add_autoinscription(item, artefact_auto_inscription(item));