summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/religion.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/religion.cc')
-rw-r--r--crawl-ref/source/religion.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/religion.cc b/crawl-ref/source/religion.cc
index 9021dd92be..4d83172dbe 100644
--- a/crawl-ref/source/religion.cc
+++ b/crawl-ref/source/religion.cc
@@ -887,7 +887,7 @@ static bool _blessing_healing(monsters *mon, bool extra)
// Heal a monster, giving them an extra hit point if extra is true.
if (heal_monster(mon, mon->max_hit_points, extra))
{
- // high hp monsters might get a unique name
+ // A high-HP monster might get a unique name.
if (random2(100) <= mon->max_hit_points)
give_unique_monster_name(mon);
return true;