mirror of
https://github.com/magefree/mage.git
synced 2026-01-10 04:42:07 -08:00
small fix
This commit is contained in:
parent
c80c736546
commit
fce8d67b05
1 changed files with 2 additions and 2 deletions
|
|
@ -8,7 +8,7 @@ import mage.constants.SubType;
|
|||
import mage.cards.CardImpl;
|
||||
import mage.cards.CardSetInfo;
|
||||
import mage.constants.CardType;
|
||||
import mage.game.permanent.token.CatToken;
|
||||
import mage.game.permanent.token.CatToken2;
|
||||
|
||||
/**
|
||||
*
|
||||
|
|
@ -26,7 +26,7 @@ public final class LeoninWarleader extends CardImpl {
|
|||
|
||||
// Whenever Leonin Warleader attacks, create two 1/1 white Cat creature tokens with lifelink that are tapped and attacking.
|
||||
this.addAbility(new AttacksTriggeredAbility(
|
||||
new CreateTokenEffect(new CatToken(), 2, true, true), false
|
||||
new CreateTokenEffect(new CatToken2(), 2, true, true), false
|
||||
));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue