mirror of
https://github.com/correl/mage.git
synced 2024-12-26 11:09:27 +00:00
Disable Vraska, Betrayal's Sting proliferate hint
This commit is contained in:
parent
b0384dc09c
commit
ce03512eb2
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ public final class VraskaBetrayalsSting extends CardImpl {
|
|||
// 0: You draw a card and you lose 1 life. Proliferate.
|
||||
Ability ability = new LoyaltyAbility(new DrawCardSourceControllerEffect(1).setText("You draw a card"), 0);
|
||||
ability.addEffect(new LoseLifeSourceControllerEffect(1).concatBy("and"));
|
||||
ability.addEffect(new ProliferateEffect());
|
||||
ability.addEffect(new ProliferateEffect(false));
|
||||
this.addAbility(ability);
|
||||
|
||||
// −2: Target creature becomes a Treasure artifact with "{T}, Sacrifice this artifact:
|
||||
|
|
Loading…
Reference in a new issue