- Fixed the cost of It That Betrays.

This commit is contained in:
jeffwadsworth 2012-05-30 14:42:20 -05:00
parent ea13882a52
commit 35c5809961

View file

@ -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");