From 35c580996149b9cf83c9cfe80058b2593880fc88 Mon Sep 17 00:00:00 2001 From: jeffwadsworth Date: Wed, 30 May 2012 14:42:20 -0500 Subject: [PATCH] - Fixed the cost of It That Betrays. --- Mage.Sets/src/mage/sets/riseoftheeldrazi/ItThatBetrays.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mage.Sets/src/mage/sets/riseoftheeldrazi/ItThatBetrays.java b/Mage.Sets/src/mage/sets/riseoftheeldrazi/ItThatBetrays.java index 7f0c6182ef..c486db25a4 100644 --- a/Mage.Sets/src/mage/sets/riseoftheeldrazi/ItThatBetrays.java +++ b/Mage.Sets/src/mage/sets/riseoftheeldrazi/ItThatBetrays.java @@ -47,7 +47,7 @@ public class ItThatBetrays extends CardImpl { 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");