summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-goditem.cc
diff options
context:
space:
mode:
authorShmuale Mark <shm.mark@gmail.com>2014-03-10 19:09:48 -0400
committerShmuale Mark <shm.mark@gmail.com>2014-03-10 19:21:55 -0400
commit28bf7662ad0eb8c58b266714dacd499540c35b7d (patch)
treef27532bc2cc8c236ccad7dcf08a812e460a03c6d /crawl-ref/source/spl-goditem.cc
parent0089908c6ca72bb5a8e0db85c05aa2799a31add1 (diff)
downloadcrawl-ref-28bf7662ad0eb8c58b266714dacd499540c35b7d.tar.gz
crawl-ref-28bf7662ad0eb8c58b266714dacd499540c35b7d.zip
Make the Battlelust card a bit better.
Previously, the card's effects were more desirable the lower the power. This removes the card-specific DUR_SLAYING and moves the might effect to the higher powers, with agility as well at power 2.
Diffstat (limited to 'crawl-ref/source/spl-goditem.cc')
-rw-r--r--crawl-ref/source/spl-goditem.cc10
1 files changed, 5 insertions, 5 deletions
diff --git a/crawl-ref/source/spl-goditem.cc b/crawl-ref/source/spl-goditem.cc
index 2ea86976f2..9bbf01d2cb 100644
--- a/crawl-ref/source/spl-goditem.cc
+++ b/crawl-ref/source/spl-goditem.cc
@@ -425,11 +425,11 @@ void antimagic()
DUR_TRANSFORMATION, DUR_DEATH_CHANNEL,
DUR_PHASE_SHIFT, DUR_WEAPON_BRAND, DUR_SILENCE,
DUR_CONDENSATION_SHIELD, DUR_STONESKIN, DUR_RESISTANCE,
- DUR_SLAYING, DUR_STEALTH,
- DUR_MAGIC_SHIELD, DUR_PETRIFIED, DUR_LIQUEFYING, DUR_DARKNESS,
- DUR_SHROUD_OF_GOLUBRIA, DUR_DISJUNCTION, DUR_SENTINEL_MARK,
- DUR_ANTIMAGIC /*!*/, DUR_REGENERATION, DUR_TOXIC_RADIANCE,
- DUR_FIRE_VULN, DUR_POISON_VULN, DUR_SAP_MAGIC, DUR_MAGIC_SAPPED,
+ DUR_STEALTH, DUR_MAGIC_SHIELD, DUR_PETRIFIED, DUR_LIQUEFYING,
+ DUR_DARKNESS, DUR_SHROUD_OF_GOLUBRIA, DUR_DISJUNCTION,
+ DUR_SENTINEL_MARK, DUR_ANTIMAGIC /*!*/, DUR_REGENERATION,
+ DUR_TOXIC_RADIANCE, DUR_FIRE_VULN, DUR_POISON_VULN,
+ DUR_SAP_MAGIC, DUR_MAGIC_SAPPED,
DUR_PORTAL_PROJECTILE, DUR_DIMENSION_ANCHOR,
};