mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 21:12:04 -08:00
Nettling Imp and predicate revisions
This commit is contained in:
parent
a199d6eaea
commit
2fcb26887c
2 changed files with 7 additions and 4 deletions
|
|
@ -73,6 +73,7 @@ public class ControllerPredicate implements ObjectPlayerPredicate<ObjectPlayer<C
|
|||
if (object.getControllerId().equals(game.getActivePlayerId())) {
|
||||
return true;
|
||||
}
|
||||
break;
|
||||
case ANY:
|
||||
return true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue