mirror of
https://github.com/correl/mage.git
synced 2024-11-15 03:00:16 +00:00
cub warden lifelink tokens
This commit is contained in:
parent
3f2a5fc362
commit
a06dae2270
1 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ import mage.cards.CardImpl;
|
|||
import mage.cards.CardSetInfo;
|
||||
import mage.constants.CardType;
|
||||
import mage.constants.SubType;
|
||||
import mage.game.permanent.token.CatToken;
|
||||
import mage.game.permanent.token.CatToken2;
|
||||
|
||||
import java.util.UUID;
|
||||
|
||||
|
@ -32,7 +32,7 @@ public final class Cubwarden extends CardImpl {
|
|||
this.addAbility(LifelinkAbility.getInstance());
|
||||
|
||||
// Whenever this creature mutates, create two 1/1 white Cat creature tokens with lifelink.
|
||||
this.addAbility(new MutatesSourceTriggeredAbility(new CreateTokenEffect(new CatToken(), 2)));
|
||||
this.addAbility(new MutatesSourceTriggeredAbility(new CreateTokenEffect(new CatToken2(), 2)));
|
||||
}
|
||||
|
||||
private Cubwarden(final Cubwarden card) {
|
||||
|
|
Loading…
Reference in a new issue