summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/monstuff.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-03-30 23:01:45 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-03-30 23:01:45 +0000
commitb9dfc33d7aa3dd4136b8379fcf7010020dba98d9 (patch)
treee009fcb166df34c299aa82de8c1941e0254069b7 /crawl-ref/source/monstuff.cc
parent7228c6fea48a4a72cb69332781bbe5106d09ff2a (diff)
downloadcrawl-ref-b9dfc33d7aa3dd4136b8379fcf7010020dba98d9.tar.gz
crawl-ref-b9dfc33d7aa3dd4136b8379fcf7010020dba98d9.zip
Go back to using "your" for follower blessings, and add whitespace fixes
again. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3962 c06c8d41-db1a-0410-9941-cceddc491573
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);
}