mirror of
https://github.com/correl/mage.git
synced 2024-12-25 11:11:16 +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();
|
||||
|
||||
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.subtype.add("Eldrazi");
|
||||
|
||||
|
|
Loading…
Reference in a new issue