summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crawl-ref/source/beam.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/beam.cc b/crawl-ref/source/beam.cc
index 0b4a8b2083..95d981a414 100644
--- a/crawl-ref/source/beam.cc
+++ b/crawl-ref/source/beam.cc
@@ -3716,7 +3716,7 @@ void bolt::affect_player_enchantment()
break;
case BEAM_HASTE:
- potion_effect( POT_SPEED, ench_power );
+ potion_effect( POT_SPEED, ench_power, false, thrower == KILL_YOU_MISSILE );
contaminate_player( 1, effect_known );
obvious_effect = true;
nasty = false;