summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mapdef.cc
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2013-10-22 04:18:08 +0200
committerAdam Borowski <kilobyte@angband.pl>2013-10-22 23:18:04 +0200
commit6d63218842fccde0660e653fe8f6bc7e066f778f (patch)
treeb0ffa80a2886784bd95ec44d355018a47453afd6 /crawl-ref/source/mapdef.cc
parent61e19db39aa982536acb84385256bdbd36962ee9 (diff)
downloadcrawl-ref-6d63218842fccde0660e653fe8f6bc7e066f778f.tar.gz
crawl-ref-6d63218842fccde0660e653fe8f6bc7e066f778f.zip
Remove reaching from weapons when upgrading saves; misc cleanup.
The brand merely got its name hidden, resulting in strange results in tiles and wizmode.
Diffstat (limited to 'crawl-ref/source/mapdef.cc')
-rw-r--r--crawl-ref/source/mapdef.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/mapdef.cc b/crawl-ref/source/mapdef.cc
index 06d53d82af..ff60aeaf5f 100644
--- a/crawl-ref/source/mapdef.cc
+++ b/crawl-ref/source/mapdef.cc
@@ -4632,8 +4632,8 @@ static int _str_to_ego(item_spec &spec, string ego_str)
"pain",
"anti-magic",
"distortion",
- "reaching",
#if TAG_MAJOR_VERSION == 34
+ "reaching",
"returning",
#endif
"chaos",