From 594fe49eb22d754ebe5fb893d7420222487026b2 Mon Sep 17 00:00:00 2001 From: Mashy Date: Thu, 23 Jan 2020 14:59:44 +1000 Subject: [PATCH] timeout to clear vbox tutorial --- client/src/tutorial.utils.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/client/src/tutorial.utils.jsx b/client/src/tutorial.utils.jsx index 410b7cf7..e0ccc827 100644 --- a/client/src/tutorial.utils.jsx +++ b/client/src/tutorial.utils.jsx @@ -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 = {};