mirror of
https://github.com/magefree/mage.git
synced 2025-12-21 02:52:02 -08:00
change subtype viashivan dragon
This commit is contained in:
parent
9fb04dc33c
commit
1afcebc51a
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ public class ViashivanDragon extends CardImpl {
|
||||||
|
|
||||||
public ViashivanDragon(UUID cardId, CardSetInfo cardSetInfo) {
|
public ViashivanDragon(UUID cardId, CardSetInfo cardSetInfo) {
|
||||||
super(cardId, cardSetInfo, new CardType[]{CardType.CREATURE}, "{2}{R}{R}{G}{G}");
|
super(cardId, cardSetInfo, new CardType[]{CardType.CREATURE}, "{2}{R}{R}{G}{G}");
|
||||||
subtype.add("DRAGON");
|
subtype.add("Dragon");
|
||||||
color.setGreen(true);
|
color.setGreen(true);
|
||||||
color.setRed(true);
|
color.setRed(true);
|
||||||
power = new MageInt(4);
|
power = new MageInt(4);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue