From 38f80187ebf71d88bfd82b558f19382621f522c5 Mon Sep 17 00:00:00 2001 From: Adam Borowski Date: Fri, 30 Oct 2009 00:59:44 +0100 Subject: Being hasted upon being hit by a weapon of chaos shouldn't cause Cb penance. --- crawl-ref/source/beam.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/beam.cc') 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; -- cgit v1.2.3-54-g00ecf