mirror of
https://github.com/correl/mage.git
synced 2025-01-12 19:25:44 +00:00
- Fixed the cost of It That Betrays.
This commit is contained in:
parent
ea13882a52
commit
35c5809961
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ public class ItThatBetrays extends CardImpl<ItThatBetrays> {
|
||||||
FilterNonTokenPermanent filter = new FilterNonTokenPermanent();
|
FilterNonTokenPermanent filter = new FilterNonTokenPermanent();
|
||||||
|
|
||||||
public ItThatBetrays(UUID ownerId) {
|
public ItThatBetrays(UUID ownerId) {
|
||||||
super(ownerId, 7, "It That Betrays", Rarity.RARE, new CardType[]{CardType.CREATURE}, "{1}");
|
super(ownerId, 7, "It That Betrays", Rarity.RARE, new CardType[]{CardType.CREATURE}, "{11}");
|
||||||
this.expansionSetCode = "ROE";
|
this.expansionSetCode = "ROE";
|
||||||
this.subtype.add("Eldrazi");
|
this.subtype.add("Eldrazi");
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue