mirror of
https://github.com/correl/mage.git
synced 2024-11-15 11:09:30 +00:00
[ZNR] fixed Jace, Mirror Mage text (#7044)
This commit is contained in:
parent
bee8f1d773
commit
23fa2e44c7
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ public final class JaceMirrorMage extends CardImpl {
|
|||
this.addAbility(new ConditionalInterveningIfTriggeredAbility(
|
||||
new EntersBattlefieldTriggeredAbility(new JaceMirrorMageCopyEffect()),
|
||||
KickedCondition.instance, "When {this} enters the battlefield, if {this} was kicked, " +
|
||||
"create a token that's a copy of {this} except it's not legendary and its starting loyalty is 1."
|
||||
"create a token that's a copy of {this}, except it's not legendary and its starting loyalty is 1."
|
||||
));
|
||||
|
||||
// +1: Scry 2.
|
||||
|
|
Loading…
Reference in a new issue