mirror of
https://github.com/correl/mage.git
synced 2025-01-13 19:11:33 +00:00
[DTK] Changed Bear from supertype to subtype in Dragon-Scarred Bear
This commit is contained in:
parent
49ee63b552
commit
d876d6d183
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue