mirror of
https://github.com/correl/mage.git
synced 2024-12-25 03:00:15 +00: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…
Reference in a new issue