summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-goditem.cc
diff options
context:
space:
mode:
authorChris Campbell <chriscampbell89@gmail.com>2014-02-10 20:23:41 +0000
committerChris Campbell <chriscampbell89@gmail.com>2014-02-11 18:32:56 +0000
commit63a4c57a0e2add125bb261ff04f52467251c6c07 (patch)
tree80002e8e05619d9ccec97403227e8d7712c5ca87 /crawl-ref/source/spl-goditem.cc
parentff81b0386e1ef073969148d7afa5f27140350e61 (diff)
downloadcrawl-ref-63a4c57a0e2add125bb261ff04f52467251c6c07.tar.gz
crawl-ref-63a4c57a0e2add125bb261ff04f52467251c6c07.zip
Base RMsl/DMsl expiry on current power rather than power at cast time
Also expire them immediately when they fail, rather than still having a short duration afterwards.
Diffstat (limited to 'crawl-ref/source/spl-goditem.cc')
-rw-r--r--crawl-ref/source/spl-goditem.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/spl-goditem.cc b/crawl-ref/source/spl-goditem.cc
index ba55deda5f..4453130441 100644
--- a/crawl-ref/source/spl-goditem.cc
+++ b/crawl-ref/source/spl-goditem.cc
@@ -398,9 +398,9 @@ void antimagic()
{
DUR_INVIS, DUR_CONF, DUR_PARALYSIS, DUR_HASTE, DUR_MIGHT, DUR_AGILITY,
DUR_BRILLIANCE, DUR_CONFUSING_TOUCH, DUR_SURE_BLADE, DUR_CORONA,
- DUR_FIRE_SHIELD, DUR_ICY_ARMOUR, DUR_REPEL_MISSILES,
+ DUR_FIRE_SHIELD, DUR_ICY_ARMOUR,
DUR_SWIFTNESS, DUR_CONTROL_TELEPORT,
- DUR_TRANSFORMATION, DUR_DEATH_CHANNEL, DUR_DEFLECT_MISSILES,
+ DUR_TRANSFORMATION, DUR_DEATH_CHANNEL,
DUR_PHASE_SHIFT, DUR_WEAPON_BRAND, DUR_SILENCE,
DUR_CONDENSATION_SHIELD, DUR_STONESKIN, DUR_RESISTANCE,
DUR_SLAYING, DUR_STEALTH,