Small update to tutorial
This commit is contained in:
parent
ce14631544
commit
26700acbab
|
|
@ -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, () => {});
|
||||
|
|
|
|||
Loading…
Reference in New Issue