summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mapdef.cc
diff options
context:
space:
mode:
authorNeil Moore <neil@s-z.org>2013-09-30 15:19:53 -0400
committerNeil Moore <neil@s-z.org>2013-09-30 15:19:53 -0400
commit331f5bf6f43cb784f7eef76875dfb8eeeda7049c (patch)
treeb4411104604975f4bc942074f9f4e854bbf3ed56 /crawl-ref/source/mapdef.cc
parent3a9d587560d7244ae556378ae272c64c9b586406 (diff)
downloadcrawl-ref-331f5bf6f43cb784f7eef76875dfb8eeeda7049c.tar.gz
crawl-ref-331f5bf6f43cb784f7eef76875dfb8eeeda7049c.zip
Don't break chaos and evasion brands in mapdefs on major tag bump.
Diffstat (limited to 'crawl-ref/source/mapdef.cc')
-rw-r--r--crawl-ref/source/mapdef.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/mapdef.cc b/crawl-ref/source/mapdef.cc
index 5e1e9721e8..7769c358f4 100644
--- a/crawl-ref/source/mapdef.cc
+++ b/crawl-ref/source/mapdef.cc
@@ -4630,7 +4630,9 @@ static int _str_to_ego(item_spec &spec, string ego_str)
"anti-magic",
"distortion",
"reaching",
+#if TAG_MAJOR_VERSION == 34
"returning",
+#endif
"chaos",
"evasion",
#if TAG_MAJOR_VERSION == 34