This commit is contained in:
jeffwadsworth 2012-05-30 17:31:58 -05:00
parent 35c5809961
commit 6aee8a16e5

View file

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