summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/acr.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/acr.cc')
-rw-r--r--crawl-ref/source/acr.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/acr.cc b/crawl-ref/source/acr.cc
index a9ef2c191d..07f651ddfb 100644
--- a/crawl-ref/source/acr.cc
+++ b/crawl-ref/source/acr.cc
@@ -3065,7 +3065,7 @@ static void _decrement_durations()
reduce_revitalisation_chain(1);
- if ( _decrement_a_duration(DUR_DIVINE_ROBUSTNESS))
+ if (_decrement_a_duration(DUR_DIVINE_ROBUSTNESS))
{
mpr("Your divine robustness fades.", MSGCH_DURATION);
you.attribute[ATTR_DIVINE_ROBUSTNESS] = 0;