Compare commits
No commits in common. "cb4ac7bd8519269650db01d0f6aff71bbbf61792" and "d19fd1681bf773b54d457a5566da47d02b85f743" have entirely different histories.
cb4ac7bd85
...
d19fd1681b
|
|
@ -408,7 +408,9 @@ 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