Small update to tutorial #4

Merged
brianfertig merged 1 commits from Master-of-Vega-Tutorial into main 2026-08-29 17:15:44 +00:00
1 changed files with 1 additions and 3 deletions

View File

@ -408,9 +408,7 @@ export class VegaTutorial {
*/ */
_openEmpireScreen(kind) { _openEmpireScreen(kind) {
const scene = this.scene; const scene = this.scene;
const { const { rules, state, art } = scene;
rules, state, art,
} = scene;
const human = state.humanIndex; const human = state.humanIndex;
if (kind === 'research') { if (kind === 'research') {
const shell = openResearchScreen(scene, rules, state, human, art, () => {}); const shell = openResearchScreen(scene, rules, state, human, art, () => {});