diff --git a/projects/mtg/bin/Res/sets/mtg_todo.dat b/projects/mtg/bin/Res/sets/mtg_todo.dat index d7596d24a..4dce4bece 100644 --- a/projects/mtg/bin/Res/sets/mtg_todo.dat +++ b/projects/mtg/bin/Res/sets/mtg_todo.dat @@ -15975,11 +15975,6 @@ power=1 toughness=3 [/card] [card] -name=Mutavault -text={T}: Add {1} to your mana pool. -- {1}: Mutavault becomes a 2/2 creature with all creature types until end of turn. It's still a land. -type=Land -[/card] -[card] name=Mwonvuli Acid-Moss text=Destroy target land. Search your library for a Forest card and put that card onto the battlefield tapped. Then shuffle your library. mana={2}{G}{G} diff --git a/projects/mtg/bin/Res/sets/primitives/mtg.txt b/projects/mtg/bin/Res/sets/primitives/mtg.txt index a82a46ab8..305df60e0 100644 --- a/projects/mtg/bin/Res/sets/primitives/mtg.txt +++ b/projects/mtg/bin/Res/sets/primitives/mtg.txt @@ -41282,6 +41282,13 @@ power=1 toughness=1 [/card] [card] +name=Mutavault +auto={t}:add{1} +auto={1}:becomes(creature,2/2) ueot && transforms(allsubtypes) ueot +text={T}: Add {1} to your mana pool. -- {1}: Mutavault becomes a 2/2 creature with all creature types until end of turn. It's still a land. +type=Land +[/card] +[card] name=Mutilate auto=foreach(swamp|myBattlefield)-1/-1 all(creature) text=All creatures get -1/-1 until end of turn for each Swamp you control.