Fixed problem with card (Issue #9802) (#9803)

This commit is contained in:
Merlingilb 2023-02-06 18:59:43 +01:00 committed by GitHub
parent 6145aa0dd6
commit 33ded4622e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -39,7 +39,7 @@ public final class ArdozCobblerOfWar extends CardImpl {
this.addAbility(new EntersBattlefieldThisOrAnotherTriggeredAbility(
new BoostTargetEffect(2, 0)
.setText("that creature gets +2/+0 until end of turn"),
StaticFilters.FILTER_CONTROLLED_ANOTHER_CREATURE, false,
StaticFilters.FILTER_CONTROLLED_A_CREATURE, false,
SetTargetPointer.PERMANENT, true
));