[DTK] Changed Bear from supertype to subtype in Dragon-Scarred Bear

This commit is contained in:
fireshoes 2015-03-25 16:35:55 -05:00
parent 49ee63b552
commit d876d6d183

View file

@ -52,7 +52,7 @@ public class DragonScarredBear extends CardImpl {
super(ownerId, 183, "Dragon-Scarred Bear", Rarity.COMMON, new CardType[]{}, "{2}{G}");
this.expansionSetCode = "DTK";
this.supertype.add("Creature");
this.supertype.add("Bear");
this.subtype.add("Bear");
this.power = new MageInt(3);
this.toughness = new MageInt(2);