mirror of
https://github.com/correl/mage.git
synced 2024-12-24 11:50:45 +00:00
* Commander - Fixed that the starting player in commander two player duel did not skip the draw step.
This commit is contained in:
parent
783786d6a8
commit
152fd3da88
1 changed files with 1 additions and 1 deletions
|
@ -106,10 +106,10 @@ public abstract class GameCommanderImpl extends GameImpl {
|
|||
|
||||
}
|
||||
this.getState().addAbility(ability, null);
|
||||
super.init(choosingPlayerId, gameOptions);
|
||||
if (startingPlayerSkipsDraw) {
|
||||
state.getTurnMods().add(new TurnMod(startingPlayerId, PhaseStep.DRAW));
|
||||
}
|
||||
super.init(choosingPlayerId, gameOptions);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue