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.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/beam.cc b/crawl-ref/source/beam.cc
index c84a1cfc9f..107177c624 100644
--- a/crawl-ref/source/beam.cc
+++ b/crawl-ref/source/beam.cc
@@ -1221,6 +1221,8 @@ static void zappy( zap_type z_type, int power, bolt &pbolt )
break;
} // end of switch
+ pbolt.hit += you.mutation[MUT_EXTRA_EYES] * 2;
+
if ( wearing_amulet(AMU_INACCURACY) )
{
pbolt.hit -= 5;