mirror of
https://github.com/correl/mage.git
synced 2024-11-15 11:09:30 +00:00
fixed Oko, Thief of Crowns first ability (fixes #5974)
This commit is contained in:
parent
524dc1c36c
commit
370de750f4
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ public final class OkoThiefOfCrowns extends CardImpl {
|
|||
this.addAbility(new PlaneswalkerEntersWithLoyaltyCountersAbility(4));
|
||||
|
||||
// +2: Create a Food token.
|
||||
this.addAbility(new LoyaltyAbility(new CreateTokenEffect(new FoodToken(), 2)));
|
||||
this.addAbility(new LoyaltyAbility(new CreateTokenEffect(new FoodToken()), 2));
|
||||
|
||||
// +1: Target artifact or creature loses all abilities and becomes a green Elk creature with base power and toughness 3/3.
|
||||
Ability ability = new LoyaltyAbility(new BecomesCreatureTargetEffect(
|
||||
|
|
Loading…
Reference in a new issue