From 26700acbabcaf7ba2b4c20b0753c6fc85bc7d092 Mon Sep 17 00:00:00 2001 From: Brian Fertig Date: Sat, 29 Aug 2026 11:14:50 -0600 Subject: [PATCH] Small update to tutorial --- src/games/mastervega/VegaTutorial.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/games/mastervega/VegaTutorial.js b/src/games/mastervega/VegaTutorial.js index ae5bdf7..3bff3b1 100644 --- a/src/games/mastervega/VegaTutorial.js +++ b/src/games/mastervega/VegaTutorial.js @@ -408,9 +408,7 @@ export class VegaTutorial { */ _openEmpireScreen(kind) { const scene = this.scene; - const { - rules, state, art, - } = scene; + const { rules, state, art } = scene; const human = state.humanIndex; if (kind === 'research') { const shell = openResearchScreen(scene, rules, state, human, art, () => {});