summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/fight.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/fight.cc')
-rw-r--r--crawl-ref/source/fight.cc6
1 files changed, 1 insertions, 5 deletions
diff --git a/crawl-ref/source/fight.cc b/crawl-ref/source/fight.cc
index 05ce1d594a..289bf5e9f0 100644
--- a/crawl-ref/source/fight.cc
+++ b/crawl-ref/source/fight.cc
@@ -2268,7 +2268,7 @@ void melee_attack::chaos_affects_defender()
beam.flavour = BEAM_NONE;
int choice = choose_random_weighted(probs, probs + NUM_CHAOS_TYPES);
- switch(static_cast<chaos_type>(choice))
+ switch (static_cast<chaos_type>(choice))
{
case CHAOS_CLONE:
{
@@ -2380,11 +2380,7 @@ void melee_attack::chaos_affects_defender()
beam.type = 0;
beam.range = 0;
beam.colour = BLACK;
- beam.is_beam = false;
- beam.is_explosion = false;
- beam.is_big_cloud = false;
beam.effect_known = false;
- beam.drop_item = false;
if (weapon && you.can_see(attacker))
{