mirror of
https://github.com/magefree/mage.git
synced 2025-12-29 23:12:10 -08:00
fixed Jace, the Living Guildpact not having a third ability
This commit is contained in:
parent
8b37c778f0
commit
163601f005
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
package mage.cards.j;
|
||||
|
||||
import java.util.UUID;
|
||||
|
|
@ -55,6 +54,7 @@ public final class JaceTheLivingGuildpact extends CardImpl {
|
|||
// -8: Each player shuffles their hand and graveyard into their library. You draw seven cards.
|
||||
ability = new LoyaltyAbility(new ShuffleHandGraveyardAllEffect(), -8);
|
||||
ability.addEffect(new DrawCardSourceControllerEffect(7).setText("You draw seven cards"));
|
||||
this.addAbility(ability);
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue