forked from External/mage
- changed to new SubType.add method
This commit is contained in:
parent
8819d8abae
commit
dbda9eb4b2
1 changed files with 1 additions and 1 deletions
|
|
@ -70,7 +70,7 @@ public class GrimlockDinobotLeader extends CardImpl{
|
|||
public GrimlockDinobotLeader(UUID ownerId, CardSetInfo setInfo) {
|
||||
super(ownerId, setInfo, new CardType[]{CardType.ARTIFACT,CardType.CREATURE}, "{1}{R}{G}{W}");
|
||||
this.addSuperType(SuperType.LEGENDARY);
|
||||
this.subtype.add("Autobot");
|
||||
this.subtype.add(SubType.AUTOBOT);
|
||||
this.power = new MageInt(4);
|
||||
this.toughness = new MageInt(4);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue