mirror of
https://github.com/magefree/mage.git
synced 2026-01-25 04:39:18 -08:00
fixed Ajani, the Greathearted starting loyalty
This commit is contained in:
parent
13a30f141c
commit
255ccfaee0
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ public final class AjaniTheGreathearted extends CardImpl {
|
|||
|
||||
this.addSuperType(SuperType.LEGENDARY);
|
||||
this.subtype.add(SubType.AJANI);
|
||||
this.addAbility(new PlaneswalkerEntersWithLoyaltyCountersAbility(0));
|
||||
this.addAbility(new PlaneswalkerEntersWithLoyaltyCountersAbility(5));
|
||||
|
||||
// Creatures you control have vigilance.
|
||||
this.addAbility(new SimpleStaticAbility(new GainAbilityControlledEffect(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue