summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/itemprop-enum.h
diff options
context:
space:
mode:
authorChris Campbell <chriscampbell89@gmail.com>2013-10-21 09:18:24 +0100
committerChris Campbell <chriscampbell89@gmail.com>2013-10-21 13:48:38 +0100
commitc72be133eeb0bc13f3a316be0a8388f9b8fc3cea (patch)
tree98e7acaa120653291efe056009c9f9eae4765df8 /crawl-ref/source/itemprop-enum.h
parentf1e46e676c67f6c93aaf2728423c56e93656ae71 (diff)
downloadcrawl-ref-c72be133eeb0bc13f3a316be0a8388f9b8fc3cea.tar.gz
crawl-ref-c72be133eeb0bc13f3a316be0a8388f9b8fc3cea.zip
Remove the reaching brand
It only appeared on whips, so was hardly ever relevant. Reaching as a polearm- only effect works just fine.
Diffstat (limited to 'crawl-ref/source/itemprop-enum.h')
-rw-r--r--crawl-ref/source/itemprop-enum.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/itemprop-enum.h b/crawl-ref/source/itemprop-enum.h
index 46a6d11216..8acfa8368c 100644
--- a/crawl-ref/source/itemprop-enum.h
+++ b/crawl-ref/source/itemprop-enum.h
@@ -99,8 +99,8 @@ enum brand_type // item_def.special
SPWPN_PAIN,
SPWPN_ANTIMAGIC,
SPWPN_DISTORTION,
- SPWPN_REACHING,
#if TAG_MAJOR_VERSION == 34
+ SPWPN_REACHING,
SPWPN_RETURNING,
#endif
SPWPN_CHAOS,