mirror of
https://github.com/magefree/mage.git
synced 2026-01-26 21:29:17 -08:00
merge fix
This commit is contained in:
parent
9450621312
commit
0f4a306418
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ public final class KaitoCunningInfiltrator extends CardImpl {
|
|||
this.addAbility(plusOneAbility);
|
||||
|
||||
// -2: Create a 2/1 blue Ninja creature token.
|
||||
this.addAbility(new LoyaltyAbility(new CreateTokenEffect(new NinjaToken2()), -2));
|
||||
this.addAbility(new LoyaltyAbility(new CreateTokenEffect(new Ninja21Token()), -2));
|
||||
|
||||
// -9: You get an emblem with "Whenever a player casts a spell, you create a 2/1 blue Ninja creature token."
|
||||
this.addAbility(new LoyaltyAbility(new GetEmblemEffect(new KaitoCunningInfiltratorEmblem()), -9));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue