summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/beam.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/beam.h')
-rw-r--r--crawl-ref/source/beam.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/beam.h b/crawl-ref/source/beam.h
index 48e77b0dd4..6b7bd85ff8 100644
--- a/crawl-ref/source/beam.h
+++ b/crawl-ref/source/beam.h
@@ -284,7 +284,7 @@ int mons_adjust_flavoured(monsters *monster, bolt &pbolt, int hurted,
bool enchant_monster_with_flavour(monsters* mon, actor *atk,
beam_type flavour, int powc = 0);
-// returns true if messages were generated during the enchantment
+// Return true if messages were generated during the enchantment.
bool mass_enchantment( enchant_type wh_enchant, int pow, int who,
int *m_succumbed = NULL, int *m_attempted = NULL );