mirror of
https://github.com/correl/mage.git
synced 2025-03-31 01:07:39 -09: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…
Add table
Reference in a new issue