Compare commits

..

No commits in common. "cb4ac7bd8519269650db01d0f6aff71bbbf61792" and "d19fd1681bf773b54d457a5566da47d02b85f743" have entirely different histories.

1 changed files with 3 additions and 1 deletions

View File

@ -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, () => {});