summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/itemprop-enum.h
diff options
context:
space:
mode:
authorreaverb <reaverb.Crawl@gmail.com>2014-06-18 18:11:12 -0400
committerreaverb <reaverb.Crawl@gmail.com>2014-06-18 23:52:57 -0400
commit9b7421e1bc34b7e424dcfd497249e2e32f0a6e0c (patch)
treed9712bab6e92e4d9efd54c723346bfa2e634651a /crawl-ref/source/itemprop-enum.h
parent616f59b9953ef0bbce51b75e600e6cc131b0caee (diff)
downloadcrawl-ref-9b7421e1bc34b7e424dcfd497249e2e32f0a6e0c.tar.gz
crawl-ref-9b7421e1bc34b7e424dcfd497249e2e32f0a6e0c.zip
Remove the dragon slaying brand
Generally it doesn't create interesting decisions because dragons are such a small group and are mostly a subset of monsters slowed by the freezing brand. In addition, it has rather arbitrary effects against players, hitting some for an degenerate amount of damage while ignoring others.
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 abe12848d1..981f888c5c 100644
--- a/crawl-ref/source/itemprop-enum.h
+++ b/crawl-ref/source/itemprop-enum.h
@@ -83,8 +83,8 @@ enum brand_type // item_def.special
SPWPN_ELECTROCUTION,
#if TAG_MAJOR_VERSION == 34
SPWPN_ORC_SLAYING,
-#endif
SPWPN_DRAGON_SLAYING,
+#endif
SPWPN_VENOM,
SPWPN_PROTECTION,
SPWPN_DRAINING,