mirror of
https://github.com/magefree/mage.git
synced 2026-01-25 12:49:39 -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);
|
||||
|
|
|
|||
|
|
@ -73,6 +73,8 @@
|
|||
|Generate|EMBLEM:MD1|Emblem Elspeth|||ElspethKnightErrantEmblem|
|
||||
|Generate|EMBLEM:SWS|Emblem Obi-Wan Kenobi|||ObiWanKenobiEmblem|
|
||||
|Generate|EMBLEM:SWS|Emblem Luke Skywalker|||LukeSkywalkerEmblem|
|
||||
|Generate|EMBLEM:SWS|Emblem Yoda|||YodaEmblem|
|
||||
|Generate|EMBLEM:SWS|Emblem Aurra Sing|||AurraSingBaneOfJediEmblem|
|
||||
|Generate|EMBLEM:RIX|Emblem Huatli|||HuatliRadiantChampionEmblem|
|
||||
|Generate|EMBLEM:RNA|Emblem Domri|||DomriChaosBringerEmblem|
|
||||
|Generate|EMBLEM:WAR|Emblem Nissa|||NissaWhoShakesTheWorldEmblem|
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue