summaryrefslogtreecommitdiffstats
path: root/crawl-ref
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-04-21 21:51:49 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-04-21 21:51:49 +0000
commitde807977507a7f9c153582845f87b8193155a45d (patch)
tree6ef2f40455fd50ba4d8570254d089e4ec1ad168c /crawl-ref
parented549479d0514ff2616fab9d0d6d21e136201743 (diff)
downloadcrawl-ref-de807977507a7f9c153582845f87b8193155a45d.tar.gz
crawl-ref-de807977507a7f9c153582845f87b8193155a45d.zip
Add one more TSO blessing adjustment.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4452 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref')
-rw-r--r--crawl-ref/source/religion.cc5
1 files changed, 1 insertions, 4 deletions
diff --git a/crawl-ref/source/religion.cc b/crawl-ref/source/religion.cc
index c7736be279..d8d47b48b1 100644
--- a/crawl-ref/source/religion.cc
+++ b/crawl-ref/source/religion.cc
@@ -1135,7 +1135,7 @@ bool bless_follower(monsters* follower,
{
// Extend a monster's stay if it's abjurable, optionally
// making it friendly if it's charmed. If neither is
- // possible, either deliberately fall through or get out.
+ // possible, deliberately fall through.
bool more_time = _tso_blessing_extend_stay(mon);
bool friendliness = false;
@@ -1151,9 +1151,6 @@ bool bless_follower(monsters* follower,
if (more_time || friendliness)
break;
-
- if (coinflip())
- return false;
}
case GOD_BEOGH: