From a4b6efc8f745a3ecf4701d99bb7c536bcf37eab6 Mon Sep 17 00:00:00 2001 From: LoneFox Date: Mon, 7 Sep 2015 21:31:58 +0300 Subject: [PATCH] Fix card number of Tor Giant --- Mage.Sets/src/mage/sets/iceage/TorGiant.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mage.Sets/src/mage/sets/iceage/TorGiant.java b/Mage.Sets/src/mage/sets/iceage/TorGiant.java index 406c02c838d..17f4c54c3de 100644 --- a/Mage.Sets/src/mage/sets/iceage/TorGiant.java +++ b/Mage.Sets/src/mage/sets/iceage/TorGiant.java @@ -40,7 +40,7 @@ import mage.cards.CardImpl; public class TorGiant extends CardImpl { public TorGiant(UUID ownerId) { - super(ownerId, 76, "Tor Giant", Rarity.COMMON, new CardType[]{CardType.CREATURE}, "{3}{R}"); + super(ownerId, 220, "Tor Giant", Rarity.COMMON, new CardType[]{CardType.CREATURE}, "{3}{R}"); this.expansionSetCode = "ICE"; this.subtype.add("Giant");