mirror of
https://github.com/correl/mage.git
synced 2024-12-26 03:00:11 +00:00
* Bronze Sable - Fixed wrong creature subtype.
This commit is contained in:
parent
d263132139
commit
63ced657a8
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ public class BronzeSable extends CardImpl {
|
|||
public BronzeSable(UUID ownerId) {
|
||||
super(ownerId, 212, "Bronze Sable", Rarity.COMMON, new CardType[]{CardType.ARTIFACT, CardType.CREATURE}, "{2}");
|
||||
this.expansionSetCode = "THS";
|
||||
this.subtype.add("Satyr");
|
||||
this.subtype.add("Sable");
|
||||
|
||||
this.power = new MageInt(2);
|
||||
this.toughness = new MageInt(1);
|
||||
|
|
Loading…
Reference in a new issue