summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/itemprop-enum.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2013-09-21 05:17:27 +0200
committerAdam Borowski <kilobyte@angband.pl>2013-09-22 00:30:07 +0200
commitfabd5e008e9fe9e8d56a265cf5caff2cbca2c051 (patch)
treeb0cdcd54fd1e9c27f630c264888098955343a45c /crawl-ref/source/itemprop-enum.h
parent6cbcb2d290a7aebb2f41ac0a0114eac7dccb352b (diff)
downloadcrawl-ref-fabd5e008e9fe9e8d56a265cf5caff2cbca2c051.tar.gz
crawl-ref-fabd5e008e9fe9e8d56a265cf5caff2cbca2c051.zip
Remove the returning brand for weapons.
Diffstat (limited to 'crawl-ref/source/itemprop-enum.h')
-rw-r--r--crawl-ref/source/itemprop-enum.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/itemprop-enum.h b/crawl-ref/source/itemprop-enum.h
index dbfccaa3dc..9463811f1d 100644
--- a/crawl-ref/source/itemprop-enum.h
+++ b/crawl-ref/source/itemprop-enum.h
@@ -99,7 +99,9 @@ enum brand_type // item_def.special
SPWPN_ANTIMAGIC,
SPWPN_DISTORTION,
SPWPN_REACHING,
+#if TAG_MAJOR_VERSION == 34
SPWPN_RETURNING,
+#endif
SPWPN_CHAOS,
SPWPN_EVASION,