timeout to clear vbox tutorial

This commit is contained in:
Mashy 2020-01-23 14:59:44 +10:00
parent d5ba372264
commit 594fe49eb2

View File

@ -97,6 +97,7 @@ function tutorialVbox(player, store, tutorial) {
if (stage === 7) {
if (vbox.bits < 25) {
stage += 1;
setTimeout(() => store.dispatch(actions.setTutorial(null)), 4000);
} else {
vbox.store.Colours = {};
vbox.store.Skills = {};