summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/describe.cc
diff options
context:
space:
mode:
authorStefan O'Rear <stefanor@cox.net>2009-11-03 00:04:22 -0800
committerStefan O'Rear <stefanor@cox.net>2009-11-03 00:04:31 -0800
commitdec3c687da2a010a11c16cc0b19cacafe2ed49dd (patch)
treec1c5046c137a8dd5a62eb80ab943611a889a4724 /crawl-ref/source/describe.cc
parentec56a2051c1562c03a0a7715510e8da5c7a19925 (diff)
downloadcrawl-ref-dec3c687da2a010a11c16cc0b19cacafe2ed49dd.tar.gz
crawl-ref-dec3c687da2a010a11c16cc0b19cacafe2ed49dd.zip
Remove +Tele as a randart property
Diffstat (limited to 'crawl-ref/source/describe.cc')
-rw-r--r--crawl-ref/source/describe.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/crawl-ref/source/describe.cc b/crawl-ref/source/describe.cc
index 2a06aa347d..f723c1adfc 100644
--- a/crawl-ref/source/describe.cc
+++ b/crawl-ref/source/describe.cc
@@ -192,7 +192,6 @@ static std::vector<std::string> _randart_propnames( const item_def& item )
// Evokable abilities come second
{ "+Blink", ARTP_BLINK, 2 },
- { "+Tele", ARTP_CAN_TELEPORT, 2 },
{ "+Rage", ARTP_BERSERK, 2 },
{ "+Inv", ARTP_INVISIBLE, 2 },
{ "+Lev", ARTP_LEVITATE, 2 },
@@ -395,7 +394,6 @@ static std::string _randart_descrip( const item_def &item )
{ ARTP_INVISIBLE, "It lets you turn invisible.", false},
{ ARTP_LEVITATE, "It lets you levitate.", false},
{ ARTP_BLINK, "It lets you blink.", false},
- { ARTP_CAN_TELEPORT, "It lets you teleport.", false},
{ ARTP_BERSERK, "It lets you go berserk.", false},
{ ARTP_SPIRIT_SHIELD, "It shields you from harm at the cost of magical power.", false},
{ ARTP_NOISES, "It makes noises.", false},