forked from External/mage
refactor: improved usage of one time turn modifications (skip step, extra turn, etc)
This commit is contained in:
parent
4554fbc408
commit
8d938926b6
46 changed files with 222 additions and 190 deletions
|
|
@ -22,7 +22,9 @@ public abstract class GameCanadianHighlanderImpl extends GameImpl {
|
|||
@Override
|
||||
protected void init(UUID choosingPlayerId) {
|
||||
super.init(choosingPlayerId);
|
||||
state.getTurnMods().add(new TurnMod(startingPlayerId, PhaseStep.DRAW));
|
||||
// 103.7a In a two-player game, the player who plays first skips the draw step (see rule 504, "Draw Step")
|
||||
// of his or her first turn.
|
||||
state.getTurnMods().add(new TurnMod(startingPlayerId).withSkipStep(PhaseStep.DRAW));
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue