mirror of
https://github.com/magefree/mage.git
synced 2026-01-09 20:32:06 -08:00
fix [FIN] Absolute Virtue protection ability
This commit is contained in:
parent
eaa835eb4e
commit
6e44b44e62
1 changed files with 1 additions and 1 deletions
|
|
@ -79,7 +79,7 @@ class AbsoluteVirtueAbility extends ProtectionAbility {
|
|||
.ofNullable(source)
|
||||
.map(MageItem::getId)
|
||||
.map(game::getControllerId)
|
||||
.map(uuid -> !game.getOpponents(this.getControllerId()).contains(uuid))
|
||||
.map(uuid -> !game.getOpponents(this.getSourceId()).contains(uuid))
|
||||
.orElse(true);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue