From dec3c687da2a010a11c16cc0b19cacafe2ed49dd Mon Sep 17 00:00:00 2001 From: Stefan O'Rear Date: Tue, 3 Nov 2009 00:04:22 -0800 Subject: Remove +Tele as a randart property --- crawl-ref/source/item_use.cc | 20 +++++--------------- 1 file changed, 5 insertions(+), 15 deletions(-) (limited to 'crawl-ref/source/item_use.cc') diff --git a/crawl-ref/source/item_use.cc b/crawl-ref/source/item_use.cc index 16d2717b38..a57f0ab949 100644 --- a/crawl-ref/source/item_use.cc +++ b/crawl-ref/source/item_use.cc @@ -3207,14 +3207,11 @@ void jewellery_wear_effects(item_def &item) break; case RING_TELEPORTATION: - if (!scan_artefacts(ARTP_CAN_TELEPORT)) - { - mpr("You feel slightly jumpy."); - if (artefact) - fake_rap = ARTP_CAUSE_TELEPORTATION; - else - ident = ID_KNOWN_TYPE; - } + mpr("You feel slightly jumpy."); + if (artefact) + fake_rap = ARTP_CAUSE_TELEPORTATION; + else + ident = ID_KNOWN_TYPE; break; case AMU_RAGE: @@ -5480,13 +5477,6 @@ void use_artefact(item_def &item, bool *show_msgs, bool unmeld) artefact_wpn_learn_prop(item, ARTP_INVISIBLE); } - if (unknown_proprt(ARTP_CAN_TELEPORT) - && !items_give_ability(item.link, ARTP_CAN_TELEPORT)) - { - mpr("You feel slightly jumpy."); - artefact_wpn_learn_prop(item, ARTP_CAN_TELEPORT); - } - if (unknown_proprt(ARTP_BERSERK) && !items_give_ability(item.link, ARTP_BERSERK)) { -- cgit v1.2.3-54-g00ecf