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, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/beam.cc b/crawl-ref/source/beam.cc
index 87d5153484..552765f90f 100644
--- a/crawl-ref/source/beam.cc
+++ b/crawl-ref/source/beam.cc
@@ -207,7 +207,7 @@ bool zapping(zap_type ztype, int power, bolt &pbolt, bool needs_tracer,
// For player bolts, check whether tracer goes through friendlies.
// NOTE: Whenever zapping() is called with a randomized value for power
// (or effect), player_tracer should be called directly with the highest
- // power possible respecting current skill, experience level etc.
+ // power possible respecting current skill, experience level, etc.
if (needs_tracer && pbolt.thrower == KILL_YOU_MISSILE
&& !player_tracer(ztype, power, pbolt))