mirror of
https://github.com/correl/mage.git
synced 2024-12-25 03:00:15 +00:00
Undercity Scavenger gets 2 +1/+1 counters
This commit is contained in:
parent
661eae6d1f
commit
90963698d3
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ public final class UndercityScavenger extends CardImpl {
|
|||
|
||||
// When Undercity Scavenger enters the battlefield, you may sacrifice another creature. If you do, put two +1/+1 counters on Undercity Scavenger, then scry 2.
|
||||
this.addAbility(new EntersBattlefieldTriggeredAbility(new DoIfCostPaid(
|
||||
new AddCountersSourceEffect(CounterType.P1P1.createInstance()),
|
||||
new AddCountersSourceEffect(CounterType.P1P1.createInstance(2)),
|
||||
new SacrificeTargetCost(new TargetControlledPermanent(filter))
|
||||
).addEffect(new ScryEffect(2).concatBy(", then"))));
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue