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.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/acr.cc b/crawl-ref/source/acr.cc
index 62869bbf9e..2714b4945c 100644
--- a/crawl-ref/source/acr.cc
+++ b/crawl-ref/source/acr.cc
@@ -2993,8 +2993,8 @@ static void _decrement_durations()
}
}
- if (_decrement_a_duration(DUR_DIVINE_ROBUSTNESS))
- remove_divine_robustness();
+ if (_decrement_a_duration(DUR_DIVINE_VIGOUR))
+ remove_divine_vigour();
if (_decrement_a_duration(DUR_DIVINE_STAMINA))
remove_divine_stamina();