forked from External/mage
Cards compatibility with oathbreaker format;
This commit is contained in:
parent
e1259d0dd6
commit
913ee65f36
22 changed files with 99 additions and 46 deletions
|
|
@ -302,7 +302,7 @@ public abstract class PlayerImpl implements Player, Serializable {
|
|||
this.sideboard = player.getSideboard().copy();
|
||||
this.hand = player.getHand().copy();
|
||||
this.graveyard = player.getGraveyard().copy();
|
||||
this.commandersIds = player.getCommandersIds();
|
||||
this.commandersIds = new HashSet<>(player.getCommandersIds());
|
||||
this.abilities = player.getAbilities().copy();
|
||||
this.counters = player.getCounters().copy();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue