From 68deacab7a6aacc5c1cc3fb5133e96de77aa8225 Mon Sep 17 00:00:00 2001 From: Jude Brown Date: Wed, 4 Nov 2009 10:01:42 +1000 Subject: Remove +Tele from Cloak of Flash and documentation. After discussion with sorear on IRC, Cloak of the Flash's evocable teleportation will not work with recent changes, so remove it. Also remove "mapping" and "cantelep" from the list of possible brands for unrands, as these will no longer work. The util/art-data.pl script will need to be updated. --- crawl-ref/docs/crawl_manual.txt | 1 - crawl-ref/source/art-data.h | 2 +- crawl-ref/source/art-data.txt | 4 +--- 3 files changed, 2 insertions(+), 5 deletions(-) (limited to 'crawl-ref') diff --git a/crawl-ref/docs/crawl_manual.txt b/crawl-ref/docs/crawl_manual.txt index 24801b7acc..8f00cff683 100644 --- a/crawl-ref/docs/crawl_manual.txt +++ b/crawl-ref/docs/crawl_manual.txt @@ -2834,7 +2834,6 @@ rMut resist mutation +Inv can invoke invisibility +Blink can invoke blink +Rage can invoke berserk -+Tele can invoke teleport *RAGE uncontrolled berserk (anger) *TELE random teleporting diff --git a/crawl-ref/source/art-data.h b/crawl-ref/source/art-data.h index 9649a57a3d..dcc47ed32d 100644 --- a/crawl-ref/source/art-data.h +++ b/crawl-ref/source/art-data.h @@ -1000,7 +1000,7 @@ { SPARM_NORMAL, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 1, 0, 1, 0, + 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, diff --git a/crawl-ref/source/art-data.txt b/crawl-ref/source/art-data.txt index e4a9619a6f..25d5956f0f 100644 --- a/crawl-ref/source/art-data.txt +++ b/crawl-ref/source/art-data.txt @@ -71,7 +71,6 @@ # # * berserk: Lets wearer evoke berserking ability. # * blink: Lets wearer evoke the blink ability. -# * cantelep: Lets wearer evoke the teleport ability. # * chaotic: Is treated as a chaotic item. # * cursed: Item is generated cursed. # * elec: Grants electrical resistance. @@ -80,7 +79,6 @@ # * inv: Lets wearer evoke invisibility ability. # * lev: Lets wearer evoke levitation ability. # * life: Grants negative energy resistance. -# * mapping: Lets wearer evoke magic mapping ability. # * noises: Weapon makes noises. Can be given its own set of noises by # making an entry in dat/database/wpnnoise.txt, with the # entry's key exactly the same as the weapon's name, but all @@ -804,7 +802,7 @@ COLOUR: ETC_GILA TILE: urand_flash TILE_EQ: red EV: 4 -BOOL: lev, cantelep +BOOL: lev DESC: A vibrating cloak. ENUM: BOOTS_ASSASSIN -- cgit v1.2.3-54-g00ecf