mirror of
https://github.com/magefree/mage.git
synced 2025-12-22 11:32:00 -08: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…
Add table
Add a link
Reference in a new issue