mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 04:52:07 -08:00
momir game: fixed game error on start, added momir emblem image
This commit is contained in:
parent
ef8535314f
commit
afe89a1056
4 changed files with 11 additions and 2 deletions
|
|
@ -32,7 +32,7 @@ public final class MomirEmblem extends Emblem {
|
|||
// Faking Vanguard as an Emblem; need to come back to this and add a new type of CommandObject
|
||||
|
||||
public MomirEmblem() {
|
||||
super("Emblem Momir Vig, Simic Visionary");
|
||||
super("Emblem Momir");
|
||||
|
||||
// {X}, Discard a card: Create a token that's a copy of a creature card with converted mana cost X chosen at random.
|
||||
// Activate this ability only any time you could cast a sorcery and only once each turn.
|
||||
|
|
|
|||
|
|
@ -114,6 +114,7 @@
|
|||
|Generate|EMBLEM:MOM|Emblem Wrenn|||WrennAndRealmbreakerEmblem|
|
||||
|Generate|EMBLEM:MOC|Emblem Elspeth|||ElspethSunsChampionEmblem|
|
||||
|Generate|EMBLEM:MOC|Emblem Teferi|||TeferisTalentEmblem|
|
||||
|Generate|EMBLEM:DIS|Emblem Momir|||MomirEmblem|
|
||||
|
||||
# ALL PLANES
|
||||
# Usage hints:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue