mirror of
https://github.com/correl/mage.git
synced 2024-12-26 11:09:27 +00:00
Fix Phyrexian Broodlings
This commit is contained in:
parent
62ceaa9e33
commit
35312bf798
1 changed files with 1 additions and 0 deletions
|
@ -57,6 +57,7 @@ public class PhyrexianBroodlings extends CardImpl {
|
|||
// {1}, Sacrifice a creature: Put a +1/+1 counter on Phyrexian Broodlings.
|
||||
Ability ability = new SimpleActivatedAbility(Zone.BATTLEFIELD, new AddCountersSourceEffect(CounterType.P1P1.createInstance(1)), new TapSourceCost());
|
||||
ability.addCost(new SacrificeTargetCost(new TargetControlledCreaturePermanent()));
|
||||
this.addAbility(ability);
|
||||
}
|
||||
|
||||
public PhyrexianBroodlings(final PhyrexianBroodlings card) {
|
||||
|
|
Loading…
Reference in a new issue