mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 10:40:06 -08:00
Fix Mishra's Domination
This commit is contained in:
parent
a287582026
commit
6f7bcca734
1 changed files with 1 additions and 0 deletions
|
|
@ -78,6 +78,7 @@ enum MishrasDominationCondition implements Condition {
|
|||
.filter(Objects::nonNull)
|
||||
.map(Controllable::getControllerId)
|
||||
.map(source::isControlledBy)
|
||||
.orElse(false)
|
||||
.equals(value);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue