summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/beam.cc
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2009-10-30 00:59:44 +0100
committerAdam Borowski <kilobyte@angband.pl>2009-10-30 01:00:57 +0100
commit38f80187ebf71d88bfd82b558f19382621f522c5 (patch)
tree0e394c9484780b430d6c3a217169a4d19490251e /crawl-ref/source/beam.cc
parent99e4ad77265f9c3a891c5b8f863abd81f6e288d7 (diff)
downloadcrawl-ref-38f80187ebf71d88bfd82b558f19382621f522c5.tar.gz
crawl-ref-38f80187ebf71d88bfd82b558f19382621f522c5.zip
Being hasted upon being hit by a weapon of chaos shouldn't cause Cb penance.
Diffstat (limited to 'crawl-ref/source/beam.cc')
-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;