mirror of
https://github.com/magefree/mage.git
synced 2026-01-22 19:29:59 -08:00
fix test failures
This commit is contained in:
parent
e7b5f9ba04
commit
4ce5d2d431
3 changed files with 40 additions and 5 deletions
|
|
@ -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));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue