summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/religion.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-04-24 23:43:39 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-04-24 23:43:39 +0000
commit98359caadd84ce53aeddb03cb4a8d7bee89bf2a7 (patch)
treec16ca426842c9214e4cf011a09a8c14b99bcf9a7 /crawl-ref/source/religion.cc
parent3650ecd884943ade07844779308af350a1c75526 (diff)
downloadcrawl-ref-98359caadd84ce53aeddb03cb4a8d7bee89bf2a7.tar.gz
crawl-ref-98359caadd84ce53aeddb03cb4a8d7bee89bf2a7.zip
Comment fix.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4601 c06c8d41-db1a-0410-9941-cceddc491573
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;