summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/player-reacts.cc
diff options
context:
space:
mode:
authorShmuale Mark <shm.mark@gmail.com>2014-06-12 10:01:40 -0400
committerShmuale Mark <shm.mark@gmail.com>2014-06-12 10:01:40 -0400
commit0f8d0247443b40339d0a74fb722f003ed6e5c0ee (patch)
tree0b9665049e1cd0ea1d8d3052df96a7aa09634cab /crawl-ref/source/player-reacts.cc
parent25b44b8c3dfb156edd6096434aba7c8da652d647 (diff)
downloadcrawl-ref-0f8d0247443b40339d0a74fb722f003ed6e5c0ee.tar.gz
crawl-ref-0f8d0247443b40339d0a74fb722f003ed6e5c0ee.zip
Make BATTLELUST card use _do_weapon_swap(), remove DUR_BUILDING_RAGE.
Diffstat (limited to 'crawl-ref/source/player-reacts.cc')
-rw-r--r--crawl-ref/source/player-reacts.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/crawl-ref/source/player-reacts.cc b/crawl-ref/source/player-reacts.cc
index 1131b282a4..6673e5921b 100644
--- a/crawl-ref/source/player-reacts.cc
+++ b/crawl-ref/source/player-reacts.cc
@@ -445,10 +445,6 @@ static void _decrement_durations()
you.duration[DUR_DEMONIC_GUARDIAN] -= delay;
}
- // Must come before berserk.
- if (_decrement_a_duration(DUR_BUILDING_RAGE, delay))
- you.go_berserk(false);
-
if (you.duration[DUR_LIQUID_FLAMES])
dec_napalm_player(delay);