summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/acr.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-08 21:26:42 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-08 21:26:42 +0000
commit1b08247fbd1c4a95902188cd01e5510e8c2e79d3 (patch)
tree2f4d03cc585ed9d628ade7b5c1b0b08ad7330369 /crawl-ref/source/acr.cc
parent181ad71db8a3378f1b60326fe56a7da6f8c0ab18 (diff)
downloadcrawl-ref-1b08247fbd1c4a95902188cd01e5510e8c2e79d3.tar.gz
crawl-ref-1b08247fbd1c4a95902188cd01e5510e8c2e79d3.zip
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
Diffstat (limited to 'crawl-ref/source/acr.cc')
-rw-r--r--crawl-ref/source/acr.cc2
1 files changed, 2 insertions, 0 deletions
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()