mirror of
https://github.com/magefree/mage.git
synced 2025-12-30 15:32:08 -08:00
[MKM] Implement Due Diligence
This commit is contained in:
parent
aeaad989b7
commit
61e1750428
5 changed files with 82 additions and 11 deletions
|
|
@ -10,7 +10,8 @@ import mage.game.permanent.Permanent;
|
|||
*
|
||||
* @author LevelX2
|
||||
*/
|
||||
public class AnotherEnchantedPredicate implements ObjectSourcePlayerPredicate<Permanent> {
|
||||
public enum AnotherEnchantedPredicate implements ObjectSourcePlayerPredicate<Permanent> {
|
||||
instance;
|
||||
|
||||
@Override
|
||||
public boolean apply(ObjectSourcePlayer<Permanent> input, Game game) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue