Skip to content

Commit

Permalink
Merge pull request #1859 from gereon77/fix-ilyn-payne-asos
Browse files Browse the repository at this point in the history
Fix Ilyn Payne ASoS
  • Loading branch information
gereon77 authored Jul 20, 2024
2 parents f971b55 + 22e8727 commit d1658af
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ export default class SerIlynPayneASoSAbilityGameState extends GameState<
houseCard: serIlynPayneASoS.id
}, true);
this.parentGameState.onHouseCardResolutionFinish(house);
return;
}

this.setChildGameState(new SelectUnitsGameState(this)).firstStart(
Expand Down

0 comments on commit d1658af

Please sign in to comment.