Merge pull request 'Small update to tutorial' (#4) from Master-of-Vega-Tutorial into main

Reviewed-on: #4
This commit is contained in:
brianfertig 2026-08-29 17:15:37 +00:00
commit cb4ac7bd85
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, () => {});