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/shopping.cc | 3 --- 1 file changed, 3 deletions(-) (limited to 'crawl-ref/source/shopping.cc') diff --git a/crawl-ref/source/shopping.cc b/crawl-ref/source/shopping.cc index fe79eef620..bc20b7efad 100644 --- a/crawl-ref/source/shopping.cc +++ b/crawl-ref/source/shopping.cc @@ -815,9 +815,6 @@ int artefact_value( const item_def &item ) if (prop[ ARTP_BLINK ]) ret += 3; - if (prop[ ARTP_CAN_TELEPORT ]) - ret += 5; - if (prop[ ARTP_BERSERK ]) ret += 5; -- cgit v1.2.3-54-g00ecf