mirror of
https://github.com/magefree/mage.git
synced 2025-12-21 02:52:02 -08:00
Fix Veteran Soldier. Closes #9028
This commit is contained in:
parent
e1ed210b6e
commit
a5d53cdb5d
2 changed files with 2 additions and 2 deletions
|
|
@ -39,7 +39,7 @@ public class AttacksOpponentWithMostLifeTriggeredAbility extends TriggeredAbilit
|
|||
Player defender = game.getPlayer(game.getCombat().getDefenderId(getSourceId()));
|
||||
return defender != null
|
||||
&& game
|
||||
.getOpponents(getControllerId())
|
||||
.getOpponents(getControllerId(), true)
|
||||
.stream()
|
||||
.map(game::getPlayer)
|
||||
.filter(Objects::nonNull)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue