summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/acr.cc
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-23 15:46:50 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-23 15:46:50 +0000
commitc4f8ee4f6aecbef73857e7fc9e3af5112c07412d (patch)
tree9402ccf2b3159ebf277d130f6c802d29c12c2da8 /crawl-ref/source/acr.cc
parent942c5b352c3854cc68c9359f3ad561e7a1645dd7 (diff)
downloadcrawl-ref-c4f8ee4f6aecbef73857e7fc9e3af5112c07412d.tar.gz
crawl-ref-c4f8ee4f6aecbef73857e7fc9e3af5112c07412d.zip
Tweak Trog's Berserk description - he doesn't routinely prevent
followers from passing out, though the chance eventually reaches 100%. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6084 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/acr.cc')
-rw-r--r--crawl-ref/source/acr.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/acr.cc b/crawl-ref/source/acr.cc
index 58ce26362c..3b59ced864 100644
--- a/crawl-ref/source/acr.cc
+++ b/crawl-ref/source/acr.cc
@@ -2834,8 +2834,8 @@ static void _decrement_durations()
// Note the beauty of Trog! They get an extra save that's at
// the very least 20% and goes up to 100%.
- if ( you.religion == GOD_TROG && you.piety > random2(150)
- && !player_under_penance() )
+ if (you.religion == GOD_TROG && you.piety > random2(150)
+ && !player_under_penance())
{
mpr("Trog's vigour flows through your veins.");
}