mirror of
https://github.com/magefree/mage.git
synced 2025-12-23 03:51:58 -08: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…
Add table
Add a link
Reference in a new issue