mirror of
https://github.com/correl/mage.git
synced 2025-01-12 03:00:13 +00:00
Fix Land Cap's card number
This commit is contained in:
parent
abc6b11c32
commit
62ab3758e9
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ import mage.counters.CounterType;
|
|||
public class LandCap extends CardImpl {
|
||||
|
||||
public LandCap(UUID ownerId) {
|
||||
super(ownerId, 319, "Land Cap", Rarity.RARE, new CardType[]{CardType.LAND}, "");
|
||||
super(ownerId, 338, "Land Cap", Rarity.RARE, new CardType[]{CardType.LAND}, "");
|
||||
this.expansionSetCode = "ICE";
|
||||
|
||||
// Land Cap doesn't untap during your untap step if it has a depletion counter on it.
|
||||
|
|
Loading…
Reference in a new issue