mirror of
https://github.com/magefree/mage.git
synced 2026-01-26 05:09:16 -08:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
2844de2676
2 changed files with 3 additions and 3 deletions
|
|
@ -1,7 +1,6 @@
|
|||
package mage.cards.b;
|
||||
|
||||
import mage.MageInt;
|
||||
import mage.abilities.Ability;
|
||||
import mage.abilities.common.BeginningOfEndStepTriggeredAbility;
|
||||
import mage.abilities.common.EntersBattlefieldTriggeredAbility;
|
||||
import mage.abilities.common.SimpleActivatedAbility;
|
||||
|
|
@ -51,10 +50,10 @@ public final class BiogenicOoze extends CardImpl {
|
|||
));
|
||||
|
||||
// {1}{G}{G}{G}: Create a 2/2 green Ooze creature token.
|
||||
Ability ability = new SimpleActivatedAbility(
|
||||
this.addAbility(new SimpleActivatedAbility(
|
||||
new CreateTokenEffect(new BiogenicOozeToken()),
|
||||
new ManaCostsImpl("{1}{G}{G}{G}")
|
||||
);
|
||||
));
|
||||
}
|
||||
|
||||
private BiogenicOoze(final BiogenicOoze card) {
|
||||
|
|
|
|||
|
|
@ -47,6 +47,7 @@ public final class KnightOfTheLastBreath extends CardImpl {
|
|||
new CreateTokenEffect(new WhiteBlackSpiritToken()), new GenericManaCost(3)
|
||||
);
|
||||
ability.addCost(new SacrificeTargetCost(new TargetControlledPermanent(filter)));
|
||||
this.addAbility(ability);
|
||||
|
||||
// Afterlife 3
|
||||
this.addAbility(new AfterlifeAbility(3));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue