mirror of
https://github.com/correl/mage.git
synced 2024-11-15 19:19:33 +00:00
* The Abyss - Fixed wrong collectors number (number of Recall).
This commit is contained in:
parent
da2e704f76
commit
7db82d8312
1 changed files with 1 additions and 3 deletions
|
@ -54,12 +54,10 @@ import mage.target.targetpointer.FixedTarget;
|
|||
public class TheAbyss extends CardImpl {
|
||||
|
||||
public TheAbyss(UUID ownerId) {
|
||||
super(ownerId, 70, "The Abyss", Rarity.RARE, new CardType[]{CardType.ENCHANTMENT}, "{3}{B}");
|
||||
super(ownerId, 34, "The Abyss", Rarity.RARE, new CardType[]{CardType.ENCHANTMENT}, "{3}{B}");
|
||||
this.expansionSetCode = "LEG";
|
||||
this.supertype.add("World");
|
||||
|
||||
this.color.setBlack(true);
|
||||
|
||||
// At the beginning of each player's upkeep, destroy target nonartifact creature that player controls of his or her choice. It can't be regenerated.
|
||||
this.addAbility(new TheAbyssTriggeredAbility());
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue