mirror of
https://github.com/correl/mage.git
synced 2024-12-26 19:16:54 +00:00
Merge origin/master
This commit is contained in:
commit
2fe0aeff78
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ public class TargetDiscard extends TargetCard {
|
|||
}
|
||||
|
||||
public TargetDiscard(int minNumTargets, int maxNumTargets, FilterCard filter, UUID playerId) {
|
||||
super(minNumTargets, maxNumTargets, Zone.HAND, filter);
|
||||
super(minNumTargets, maxNumTargets, Zone.HAND, filter.copy());
|
||||
this.filter.add(new OwnerIdPredicate(playerId));
|
||||
this.playerId = playerId;
|
||||
this.targetName = this.filter.getMessage() + " to discard";
|
||||
|
|
Loading…
Reference in a new issue