mirror of
https://github.com/magefree/mage.git
synced 2025-12-26 13:32:06 -08:00
Implemented Etchings of the Chosen
This commit is contained in:
parent
55bc743a15
commit
79dd09b0dc
12 changed files with 83 additions and 14 deletions
|
|
@ -9,13 +9,10 @@ import mage.filter.predicate.ObjectSourcePlayer;
|
|||
import mage.game.Game;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author LoneFox
|
||||
*/
|
||||
public class ChosenSubtypePredicate implements ObjectPlayerPredicate<ObjectSourcePlayer<MageObject>> {
|
||||
|
||||
public ChosenSubtypePredicate() {
|
||||
}
|
||||
public enum ChosenSubtypePredicate implements ObjectPlayerPredicate<ObjectSourcePlayer<MageObject>> {
|
||||
instance;
|
||||
|
||||
@Override
|
||||
public boolean apply(ObjectSourcePlayer<MageObject> input, Game game) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue