From 1b08247fbd1c4a95902188cd01e5510e8c2e79d3 Mon Sep 17 00:00:00 2001 From: dolorous Date: Thu, 8 May 2008 21:26:42 +0000 Subject: Fix some fallthrough-related bugs in Zin's Revitalisation, and allow chaining it. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4932 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/acr.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'crawl-ref/source/acr.cc') diff --git a/crawl-ref/source/acr.cc b/crawl-ref/source/acr.cc index 3802878710..dc9e08a497 100644 --- a/crawl-ref/source/acr.cc +++ b/crawl-ref/source/acr.cc @@ -3060,6 +3060,8 @@ static void _decrement_durations() more(); } } + + reduce_revitalisation_chain(1); } static void _check_banished() -- cgit v1.2.3-54-g00ecf