summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells1.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/spells1.cc')
-rw-r--r--crawl-ref/source/spells1.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/spells1.cc b/crawl-ref/source/spells1.cc
index d5547c38c6..9df1997998 100644
--- a/crawl-ref/source/spells1.cc
+++ b/crawl-ref/source/spells1.cc
@@ -733,7 +733,7 @@ static int _healing_spell(int healed, int target_x = -1, int target_y = -1)
mprf("You heal %s.", monster->name(DESC_NOCAP_THE).c_str());
if (monster->hit_points == monster->max_hit_points)
- simple_monster_message( monster, " is completely healed." );
+ simple_monster_message(monster, " is completely healed.");
else
{
const monsters *mons = static_cast<const monsters*>(monster);