mirror of
https://github.com/magefree/mage.git
synced 2026-01-10 12:52:06 -08:00
[LTC] Implement The Black Gate (#10725)
This commit is contained in:
parent
ec3bb197fb
commit
5a6ee98b41
4 changed files with 154 additions and 2 deletions
|
|
@ -26,7 +26,7 @@ public class FilterPlayer extends FilterImpl<Player> {
|
|||
super(name);
|
||||
}
|
||||
|
||||
public FilterPlayer(final FilterPlayer filter) {
|
||||
protected FilterPlayer(final FilterPlayer filter) {
|
||||
super(filter);
|
||||
this.extraPredicates.addAll(filter.extraPredicates);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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