Fix Yotia Declares War

This commit is contained in:
PurpleCrowbar 2022-10-29 15:21:39 +01:00
parent 66c94a9860
commit 06a1445ea1

View file

@ -53,7 +53,7 @@ public final class YotiaDeclaresWar extends CardImpl {
new Effects(
new AddCardTypeTargetEffect(Duration.EndOfTurn, CardType.ARTIFACT, CardType.CREATURE)
.setText("up to one target artifact you control becomes an artifact creature"),
new SetBasePowerToughnessTargetEffect(5, 5, Duration.EndOfTurn)
new SetBasePowerToughnessTargetEffect(4, 4, Duration.EndOfTurn)
.setText("with base power and toughness 4/4 until end of turn")
), new TargetPermanent(0, 1, StaticFilters.FILTER_CONTROLLED_PERMANENT_ARTIFACT)
);