forked from External/mage
support until your next turn delayed triggers (#12233)
This commit is contained in:
parent
614be8e928
commit
3abce2f5c8
17 changed files with 502 additions and 347 deletions
|
|
@ -539,6 +539,7 @@ public abstract class PlayerImpl implements Player, Serializable {
|
|||
public void beginTurn(Game game) {
|
||||
resetLandsPlayed();
|
||||
updateRange(game);
|
||||
game.getState().removeTurnStartEffect(game);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue