Fix card number of Tor Giant

This commit is contained in:
LoneFox 2015-09-07 21:31:58 +03:00
parent 1474b42974
commit a4b6efc8f7

View file

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