forked from External/mage
fix Emptiness
This commit is contained in:
parent
d744b347f2
commit
153cac5587
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ public final class Emptiness extends CardImpl {
|
|||
this.addAbility(ability);
|
||||
|
||||
// When this creature enters, if {B}{B} was spent to cast it, put three -1/-1 counters on up to one target creature.
|
||||
ability = new EntersBattlefieldTriggeredAbility(new AddCountersTargetEffect(CounterType.M1M1.createInstance(2)))
|
||||
ability = new EntersBattlefieldTriggeredAbility(new AddCountersTargetEffect(CounterType.M1M1.createInstance(3)))
|
||||
.withInterveningIf(TwoOfManaColorSpentCondition.BLACK);
|
||||
ability.addTarget(new TargetCreaturePermanent(0, 1));
|
||||
this.addAbility(ability);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue