mirror of
https://github.com/magefree/mage.git
synced 2026-01-26 21:29:17 -08:00
images: fixed miss emblems download of Star Wars' Yoda and Aurra Sing;
This commit is contained in:
parent
2b34c1474f
commit
925ef86c22
5 changed files with 7 additions and 5 deletions
|
|
@ -13,7 +13,7 @@ public final class AurraSingBaneOfJediEmblem extends Emblem {
|
|||
|
||||
// Whenever a nontoken creature you control leaves the battlefied, discard a card.
|
||||
public AurraSingBaneOfJediEmblem() {
|
||||
super("Emblem Aurra Sing, Bane of Jedi");
|
||||
super("Emblem Aurra Sing");
|
||||
getAbilities().add(new LeavesBattlefieldAllTriggeredAbility(Zone.COMMAND, new DiscardControllerEffect(1), StaticFilters.FILTER_CONTROLLED_CREATURE_NON_TOKEN, false));
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@ public final class YodaEmblem extends Emblem {
|
|||
// You get an emblem with "Hexproof, you and your creatures have."
|
||||
|
||||
public YodaEmblem() {
|
||||
super("Emblem Yoda, Jedi Master");
|
||||
super("Emblem Yoda");
|
||||
Effect effect = new GainAbilityControllerEffect(HexproofAbility.getInstance(), Duration.EndOfGame);
|
||||
effect.setText("Hexproof, you");
|
||||
Ability ability = new SimpleStaticAbility(Zone.COMMAND, effect);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue