fix test failures

This commit is contained in:
theelk801 2025-06-20 08:52:41 -04:00
parent e7b5f9ba04
commit 4ce5d2d431
3 changed files with 40 additions and 5 deletions

View file

@ -35,7 +35,7 @@ public class SupportAbility extends EntersBattlefieldTriggeredAbility {
if (card.isInstantOrSorcery()) {
return;
}
if (card.isCreature()) {
if (!card.isCreature()) {
addTarget(new TargetPermanent(0, amount, StaticFilters.FILTER_PERMANENT_CREATURES));
} else {
addTarget(new TargetPermanent(0, amount, filter));