summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells1.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-07-06 14:32:42 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-07-06 14:32:42 +0000
commitd1e4fc1f9a2729e1f4f4f060dc6929900148ad6a (patch)
tree6d865532e40356f1012c746c6f15079306bb9928 /crawl-ref/source/spells1.cc
parent527145300902fc9a74574b6188814abb05473acb (diff)
downloadcrawl-ref-d1e4fc1f9a2729e1f4f4f060dc6929900148ad6a.tar.gz
crawl-ref-d1e4fc1f9a2729e1f4f4f060dc6929900148ad6a.zip
Add more miscellaneous minor fixes.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6426 c06c8d41-db1a-0410-9941-cceddc491573
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);