mirror of
https://github.com/magefree/mage.git
synced 2026-01-26 21:29:17 -08:00
Fix copy&paste error
This commit is contained in:
parent
e9181f2781
commit
e4e9c6ad15
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ public final class Dragonshift extends CardImpl {
|
|||
.withDurationRuleAtStart(true);
|
||||
effect.setText("Until end of turn, target creature you control becomes a blue and red Dragon with base power and toughness 4/4, loses all abilities, and gains flying.");
|
||||
// Overload {3}{U}{U}{R}{R}
|
||||
OverloadAbility.ImplementOverloadAbility(this, new ManaCostsImpl<>("{2}{U}"),
|
||||
OverloadAbility.ImplementOverloadAbility(this, new ManaCostsImpl<>("{3}{U}{U}{R}{R}"),
|
||||
new TargetControlledCreaturePermanent(), effect);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue