mirror of
https://github.com/correl/mage.git
synced 2024-12-26 11:09:27 +00:00
- Fix.
This commit is contained in:
parent
35c5809961
commit
6aee8a16e5
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}, "{11}");
|
super(ownerId, 7, "It That Betrays", Rarity.RARE, new CardType[]{CardType.CREATURE}, "{12}");
|
||||||
this.expansionSetCode = "ROE";
|
this.expansionSetCode = "ROE";
|
||||||
this.subtype.add("Eldrazi");
|
this.subtype.add("Eldrazi");
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue