mirror of
https://github.com/correl/mage.git
synced 2024-11-14 11:09:31 +00:00
* Dawn Evangel - fixed not working triggered ability;
This commit is contained in:
parent
2ca1643b54
commit
b2af8a3887
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ class DawnEvangelAbility extends DiesCreatureTriggeredAbility {
|
|||
.map(game::getPermanentOrLKIBattlefield)
|
||||
.filter(Objects::nonNull)
|
||||
.filter(permanent -> permanent.hasSubtype(SubType.AURA, game))
|
||||
.map(Permanent::getId)
|
||||
.map(Permanent::getControllerId)
|
||||
.anyMatch(getControllerId()::equals);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue