forked from External/mage
Merge remote-tracking branch 'production/master' into production_master
This commit is contained in:
commit
5354cffc47
1 changed files with 1 additions and 1 deletions
|
|
@ -121,7 +121,7 @@ public class HumanPlayer extends PlayerImpl {
|
|||
public HumanPlayer(final HumanPlayer player) {
|
||||
super(player);
|
||||
this.replacementEffectChoice = player.replacementEffectChoice;
|
||||
this.autoSelectReplacementEffects.addAll(autoSelectReplacementEffects);
|
||||
this.autoSelectReplacementEffects.addAll(player.autoSelectReplacementEffects);
|
||||
this.currentlyUnpaidMana = player.currentlyUnpaidMana;
|
||||
|
||||
this.triggerAutoOrderAbilityFirst.addAll(player.triggerAutoOrderAbilityFirst);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue