implement [MH3] Flare of Malice

This commit is contained in:
Susucre 2024-05-22 20:34:20 +02:00
parent a0d57d44a2
commit 833ecff409
5 changed files with 64 additions and 5 deletions

View file

@ -14,7 +14,7 @@ import java.util.Objects;
/**
* @author TheElk801
*/
public enum MaxManaValueControlledPermanentPredicate implements ObjectSourcePlayerPredicate<Permanent> {
public enum MaxManaValueControlledCreatureOrPlaneswalkerPredicate implements ObjectSourcePlayerPredicate<Permanent> {
instance;
private static final FilterPermanent filter = new FilterCreatureOrPlaneswalkerPermanent();