mirror of
https://github.com/magefree/mage.git
synced 2025-12-27 22:12:03 -08:00
Added BNG token images
This commit is contained in:
parent
4f684443ee
commit
85ebbb516b
3 changed files with 15 additions and 1 deletions
|
|
@ -20,6 +20,7 @@ public final class KioraEmblem extends Emblem {
|
|||
|
||||
public KioraEmblem() {
|
||||
this.setName("Emblem Kiora");
|
||||
this.setExpansionSetCodeForImage("BNG");
|
||||
Ability ability = new BeginningOfEndStepTriggeredAbility(Zone.COMMAND, new CreateTokenEffect(new Kraken99Token()), TargetController.YOU, null, false);
|
||||
this.getAbilities().add(ability);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue