mirror of
https://github.com/correl/mage.git
synced 2024-12-24 11:50:45 +00:00
* Code clean up.
This commit is contained in:
parent
5185d71638
commit
623b23d140
1 changed files with 1 additions and 2 deletions
|
@ -52,8 +52,7 @@ public final class MarrowGnawer extends CardImpl {
|
|||
|
||||
// {T}, Sacrifice a Rat: create X 1/1 black Rat creature tokens, where X is the number of Rats you control.
|
||||
Ability ability = new SimpleActivatedAbility(Zone.BATTLEFIELD,
|
||||
new CreateTokenEffect(new RatToken(), new PermanentsOnBattlefieldCount(filter3, null))
|
||||
/*.setText("create X 1/1 black Rat creature tokens, where X is the number of Rats you control")*/,
|
||||
new CreateTokenEffect(new RatToken(), new PermanentsOnBattlefieldCount(filter3, null)),
|
||||
new TapSourceCost());
|
||||
ability.addCost( new SacrificeTargetCost(new TargetControlledPermanent(filterSacrifice)));
|
||||
this.addAbility(ability);
|
||||
|
|
Loading…
Reference in a new issue