Merge pull request 'Small update to tutorial' (#4) from Master-of-Vega-Tutorial into main
Reviewed-on: #4
This commit is contained in:
commit
cb4ac7bd85
|
|
@ -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, () => {});
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue