forked from External/mage
Assigned emblem images
This commit is contained in:
parent
72ec981508
commit
227ae8c2e2
40 changed files with 103 additions and 5 deletions
|
|
@ -9,6 +9,8 @@ import mage.game.command.Emblem;
|
|||
import mage.game.events.GameEvent;
|
||||
import mage.game.stack.StackAbility;
|
||||
|
||||
import java.util.Arrays;
|
||||
|
||||
/**
|
||||
* @author TheElk801
|
||||
*/
|
||||
|
|
@ -18,6 +20,8 @@ public final class RowanKenrithEmblem extends Emblem {
|
|||
public RowanKenrithEmblem() {
|
||||
this.setName("Emblem Rowan Kenrith");
|
||||
this.getAbilities().add(new RowanKenrithEmblemTriggeredAbility());
|
||||
|
||||
availableImageSetCodes = Arrays.asList("BBD", "CLB");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue