mirror of
https://github.com/correl/mage.git
synced 2024-11-15 11:09:30 +00: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…
Reference in a new issue