summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/monstuff.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/monstuff.cc')
-rw-r--r--crawl-ref/source/monstuff.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/monstuff.cc b/crawl-ref/source/monstuff.cc
index 6fefb4d5d7..6cf17439f7 100644
--- a/crawl-ref/source/monstuff.cc
+++ b/crawl-ref/source/monstuff.cc
@@ -499,7 +499,7 @@ static bool _ely_protects_ally(monsters *monster)
{
return (false);
}
-
+
monster->hit_points = 1;
snprintf(info, INFO_SIZE, " protects %s%s from harm!%s",
mons_is_unique(monster->type) ? "" : "your ",
@@ -507,7 +507,7 @@ static bool _ely_protects_ally(monsters *monster)
coinflip() ? "" : " You feel responsible.");
simple_god_message(info);
lose_piety(1);
-
+
return (true);
}