mirror of
https://github.com/magefree/mage.git
synced 2026-01-10 04:42:07 -08:00
implement [MH3] Flare of Malice
This commit is contained in:
parent
a0d57d44a2
commit
833ecff409
5 changed files with 64 additions and 5 deletions
|
|
@ -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();
|
||||
Loading…
Add table
Add a link
Reference in a new issue