mirror of
https://github.com/correl/mage.git
synced 2025-01-13 03:00:10 +00:00
* Moat - Fixed the collectors card number (was 12 instead of 197).
This commit is contained in:
parent
2dc7bbaf08
commit
56917609be
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ public class Moat extends CardImpl {
|
|||
}
|
||||
|
||||
public Moat(UUID ownerId) {
|
||||
super(ownerId, 12, "Moat", Rarity.RARE, new CardType[]{CardType.ENCHANTMENT}, "{2}{W}{W}");
|
||||
super(ownerId, 197, "Moat", Rarity.RARE, new CardType[]{CardType.ENCHANTMENT}, "{2}{W}{W}");
|
||||
this.expansionSetCode = "LEG";
|
||||
|
||||
this.color.setWhite(true);
|
||||
|
|
Loading…
Reference in a new issue