mirror of
https://github.com/correl/mage.git
synced 2024-11-15 03:00:16 +00:00
Fix Yotia Declares War
This commit is contained in:
parent
66c94a9860
commit
06a1445ea1
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue