mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 02:30:08 -08:00
Fix verify
This commit is contained in:
parent
a1d88e34b0
commit
5bee368b81
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ import java.util.UUID;
|
|||
public final class DragonclawStrike extends CardImpl {
|
||||
|
||||
public DragonclawStrike(UUID ownerId, CardSetInfo setInfo) {
|
||||
super(ownerId, setInfo, new CardType[]{CardType.SORCERY}, "{2/U}{2/R}{2/G}");
|
||||
super(ownerId, setInfo, new CardType[]{CardType.SORCERY}, "{2/G}{2/U}{2/R}");
|
||||
|
||||
// Double the power and toughness of target creature you control until end of turn. Then it fights up to one target creature an opponent controls.
|
||||
this.getSpellAbility().addEffect(new DragonclawStrikeEffect());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue