forked from External/mage
Added "available image set codes" functionality to emblems (#9150)
* Added pulling image from list of available image set codes functionality to emblems * Provided available image set codes for Daretti, Scrap Savant emblem * Fixed typo in a comment
This commit is contained in:
parent
144ba0e97b
commit
494fc39dba
2 changed files with 13 additions and 0 deletions
|
|
@ -17,6 +17,8 @@ import mage.game.events.GameEvent;
|
|||
import mage.game.events.ZoneChangeEvent;
|
||||
import mage.target.targetpointer.FixedTarget;
|
||||
|
||||
import java.util.Arrays;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author spjspj
|
||||
|
|
@ -26,6 +28,7 @@ public final class DarettiScrapSavantEmblem extends Emblem {
|
|||
|
||||
public DarettiScrapSavantEmblem() {
|
||||
setName("Emblem Daretti");
|
||||
availableImageSetCodes = Arrays.asList("C14", "C16", "CM2");
|
||||
|
||||
this.getAbilities().add(new DarettiScrapSavantTriggeredAbility());
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue