TargetChoice clone = added lost field

This commit is contained in:
Maxmtg
2013-06-21 06:49:10 +00:00
parent c3e752f98f
commit 292df0c8de

View File

@@ -260,6 +260,7 @@ public class TargetChoices implements Cloneable {
tc.targetCards.addAll(this.targetCards);
tc.targetPlayers.addAll(this.targetPlayers);
tc.targetSpells.addAll(this.targetSpells);
tc.numTargeted = this.numTargeted;
return tc;
}
}