summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/artefact.cc
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/artefact.cc
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/artefact.cc')
-rw-r--r--crawl-ref/source/artefact.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/artefact.cc b/crawl-ref/source/artefact.cc
index b3ac6ccb8f..be835b3d22 100644
--- a/crawl-ref/source/artefact.cc
+++ b/crawl-ref/source/artefact.cc
@@ -761,7 +761,6 @@ static void _get_randart_properties(const item_def &item,
73, SPWPN_VORPAL,
34, SPWPN_FLAMING,
34, SPWPN_FREEZING,
- 26, SPWPN_DRAGON_SLAYING,
26, SPWPN_VENOM,
26, SPWPN_DRAINING,
13, SPWPN_HOLY_WRATH,