forked from External/mage
* Game: tiny leaders game mode improves (fixed AI games errors, fixed commander dupes on game restart with Karn Liberated, #6113);
This commit is contained in:
parent
c1db466d05
commit
ac8d3de474
8 changed files with 75 additions and 33 deletions
|
|
@ -245,6 +245,8 @@ public abstract class PlayerImpl implements Player, Serializable {
|
|||
|
||||
this.inRange.addAll(player.inRange);
|
||||
this.userData = player.userData;
|
||||
this.matchPlayer = player.matchPlayer;
|
||||
|
||||
this.canPayLifeCost = player.canPayLifeCost;
|
||||
this.sacrificeCostFilter = player.sacrificeCostFilter;
|
||||
this.alternativeSourceCosts.addAll(player.alternativeSourceCosts);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue