mirror of
https://github.com/magefree/mage.git
synced 2026-01-23 11:49:56 -08:00
commit
dea739ecb0
3 changed files with 4 additions and 4 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…
Add table
Add a link
Reference in a new issue