mirror of
https://github.com/correl/mage.git
synced 2025-01-12 11:08:01 +00:00
[ZNR] fixed Myriad Construct text (#7044)
This commit is contained in:
parent
b828839885
commit
4e220aa5eb
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ public final class MyriadConstruct extends CardImpl {
|
|||
new SacrificeSourceEffect().setText("sacrifice it"), StaticFilters.FILTER_SPELL_A
|
||||
);
|
||||
ability.addEffect(new CreateTokenEffect(new ConstructToken(), xValue2)
|
||||
.setText("and create a number of 1/1 colourless Construct artifact creature tokens equal to its power"));
|
||||
.setText("and create a number of 1/1 colorless Construct artifact creature tokens equal to its power"));
|
||||
this.addAbility(ability);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue