summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/beam.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/beam.cc')
-rw-r--r--crawl-ref/source/beam.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/beam.cc b/crawl-ref/source/beam.cc
index 5ab52b9fe1..4b5a3c0071 100644
--- a/crawl-ref/source/beam.cc
+++ b/crawl-ref/source/beam.cc
@@ -4098,9 +4098,9 @@ static int _affect_player( bolt &beam, item_def *item )
was_affected = true;
}
- if (one_chance_in( 3 + 2 * player_prot_life() ))
+ if (one_chance_in(3 + 2 * player_prot_life()))
{
- potion_effect( POT_SLOWING, 5 );
+ potion_effect(POT_SLOWING, 5);
was_affected = true;
}
}