forked from External/mage
refactored ControllerPredicate
This commit is contained in:
parent
c14a079cc5
commit
9c3b923b3f
783 changed files with 829 additions and 1689 deletions
|
|
@ -36,7 +36,7 @@ public enum TargetController {
|
|||
TargetController() {
|
||||
this.ownerPredicate = this.getOwnerPredicate();
|
||||
this.playerPredicate = new PlayerPredicate(this);
|
||||
this.controllerPredicate = new ControllerPredicate(this);
|
||||
this.controllerPredicate = this.getControllerPredicate();
|
||||
this.damagedPlayerThisTurnPredicate = new DamagedPlayerThisTurnPredicate(this);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue