mirror of
https://github.com/magefree/mage.git
synced 2026-01-10 21:02:08 -08:00
Fixed M20 emblem images not showing in game
This commit is contained in:
parent
baf3ad18b5
commit
6c02923c15
2 changed files with 2 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ public final class ChandraAwakenedInfernoEmblem extends Emblem {
|
|||
|
||||
public ChandraAwakenedInfernoEmblem() {
|
||||
setName("Emblem Chandra");
|
||||
setExpansionSetCodeForImage("M19");
|
||||
setExpansionSetCodeForImage("M20");
|
||||
this.getAbilities().add(new BeginningOfUpkeepTriggeredAbility(
|
||||
Zone.COMMAND, new DamageControllerEffect(1, "this emblem"),
|
||||
TargetController.YOU, false, true
|
||||
|
|
|
|||
|
|
@ -23,6 +23,7 @@ public final class MuYanlingSkyDancerEmblem extends Emblem {
|
|||
// "Islands you control have '{T}: Draw a card'."
|
||||
public MuYanlingSkyDancerEmblem() {
|
||||
this.setName("Emblem Yanling");
|
||||
this.setExpansionSetCodeForImage("M20");
|
||||
this.getAbilities().add(new SimpleStaticAbility(
|
||||
Zone.COMMAND,
|
||||
new GainAbilityControlledEffect(new SimpleActivatedAbility(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue