forked from External/mage
[LTC] Implement The Black Gate (#10725)
This commit is contained in:
parent
ec3bb197fb
commit
5a6ee98b41
4 changed files with 154 additions and 2 deletions
|
|
@ -41,7 +41,7 @@ public class TargetPlayer extends TargetImpl {
|
|||
this.notTarget = notTarget;
|
||||
}
|
||||
|
||||
public TargetPlayer(final TargetPlayer target) {
|
||||
protected TargetPlayer(final TargetPlayer target) {
|
||||
super(target);
|
||||
this.filter = target.filter.copy();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue