forked from External/mage
Fix card number of Tor Giant
This commit is contained in:
parent
1474b42974
commit
a4b6efc8f7
1 changed files with 1 additions and 1 deletions
|
|
@ -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");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue