summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/beam.cc
diff options
context:
space:
mode:
authorNeil Moore <neil@s-z.org>2014-07-26 19:03:12 -0400
committerNeil Moore <neil@s-z.org>2014-07-26 19:03:50 -0400
commit4ddda0ee2adb86bf721c2f58ad9b6c5a041351b7 (patch)
tree784373bf85ba87a75d285ee360b21e4e89fae694 /crawl-ref/source/beam.cc
parentb60c37662117a6aea509cb65139b86f690df8b96 (diff)
downloadcrawl-ref-4ddda0ee2adb86bf721c2f58ad9b6c5a041351b7.tar.gz
crawl-ref-4ddda0ee2adb86bf721c2f58ad9b6c5a041351b7.zip
Add a comment.
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 8e97689fdd..be4be43b05 100644
--- a/crawl-ref/source/beam.cc
+++ b/crawl-ref/source/beam.cc
@@ -3145,6 +3145,8 @@ bool bolt::is_harmless(const monster* mon) const
}
}
+// N.b. only called for player-originated beams; if that is changed,
+// be sure to adjust the Qazlal cloud immunities below.
bool bolt::harmless_to_player() const
{
dprf(DIAG_BEAM, "beam flavour: %d", flavour);