Token images for a couple of sets (#9047)

* Added support for and assigned IMA token images

* Added support for and assigned CM2 token images

* Fixed M19 DragonEggDragonToken not displaying in game
This commit is contained in:
PurpleCrowbar 2022-06-01 21:55:17 +01:00 committed by GitHub
parent e679574a15
commit a8309f38f7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
20 changed files with 93 additions and 18 deletions

View file

@ -26,7 +26,6 @@ public final class DarettiScrapSavantEmblem extends Emblem {
public DarettiScrapSavantEmblem() {
setName("Emblem Daretti");
this.setExpansionSetCodeForImage("C14");
this.getAbilities().add(new DarettiScrapSavantTriggeredAbility());
}