From 98359caadd84ce53aeddb03cb4a8d7bee89bf2a7 Mon Sep 17 00:00:00 2001 From: dolorous Date: Thu, 24 Apr 2008 23:43:39 +0000 Subject: Comment fix. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4601 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/religion.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/religion.cc') 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; -- cgit v1.2.3-54-g00ecf