mirror of
https://github.com/magefree/mage.git
synced 2025-12-22 03:22:00 -08:00
fixed Reptilian Reflection text
This commit is contained in:
parent
e422c15270
commit
f30e415701
1 changed files with 2 additions and 1 deletions
|
|
@ -25,7 +25,8 @@ public final class ReptilianReflection extends CardImpl {
|
||||||
// Whenever you cycle a card, Reptilian Reflection becomes a 5/4 Dinosaur creature with trample and haste in addition to its other types until end of turn.
|
// Whenever you cycle a card, Reptilian Reflection becomes a 5/4 Dinosaur creature with trample and haste in addition to its other types until end of turn.
|
||||||
this.addAbility(new CycleControllerTriggeredAbility(new BecomesCreatureSourceEffect(
|
this.addAbility(new CycleControllerTriggeredAbility(new BecomesCreatureSourceEffect(
|
||||||
new ReptilianReflectionToken(), "enchantment", Duration.EndOfTurn
|
new ReptilianReflectionToken(), "enchantment", Duration.EndOfTurn
|
||||||
).setText("{this} becomes a 5/4 Dinosaur creature with trample and haste in addition to its other types until end of turn")));
|
).setText("have {this} become a 5/4 Dinosaur creature with trample and haste " +
|
||||||
|
"in addition to its other types until end of turn"), true));
|
||||||
}
|
}
|
||||||
|
|
||||||
private ReptilianReflection(final ReptilianReflection card) {
|
private ReptilianReflection(final ReptilianReflection card) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue