fix Sigarda's Vanguard choice missing withNotTarget

This commit is contained in:
Susucre 2024-04-08 01:00:17 +02:00
parent 5f22d56995
commit 29f98589db

View file

@ -80,6 +80,7 @@ class SigardasVanguardEffect extends OneShotEffect {
return false;
}
TargetPermanent target = new TargetCreaturesWithDifferentPowers();
target.withNotTarget(true);
player.choose(outcome, target, source, game);
if (target.getTargets().isEmpty()) {
return false;