diff --git a/projects/mtg/bin/Res/sets/mtg_todo.dat b/projects/mtg/bin/Res/sets/mtg_todo.dat index 59756ccba..7b2e3dee1 100644 --- a/projects/mtg/bin/Res/sets/mtg_todo.dat +++ b/projects/mtg/bin/Res/sets/mtg_todo.dat @@ -20600,11 +20600,6 @@ mana={3}{R} type=Sorcery [/card] [card] -name=River of Tears -text={T}: Add {U} to your mana pool. If you played a land this turn, add {B} to your mana pool instead. -type=Land -[/card] -[card] name=River's Grasp text=If {U} was spent to cast River's Grasp, return up to one target creature to its owner's hand. If {B} was spent to cast River's Grasp, target player reveals his or her hand, you choose a nonland card from it, then that player discards that card. (Do both if {U}{B} was spent.) mana={3}{UB} diff --git a/projects/mtg/bin/Res/sets/primitives/mtg.txt b/projects/mtg/bin/Res/sets/primitives/mtg.txt index 667ab753e..43cc8595b 100644 --- a/projects/mtg/bin/Res/sets/primitives/mtg.txt +++ b/projects/mtg/bin/Res/sets/primitives/mtg.txt @@ -51431,6 +51431,13 @@ power=2 toughness=1 [/card] [card] +name=River of Tears +auto=aslongas(land[-fresh]|mybattlefield){t}:add{u} +auto=aslongas(land[fresh]|mybattlefield){t}:add{b} +text={T}: Add {U} to your mana pool. If you played a land this turn, add {B} to your mana pool instead. +type=Land +[/card] +[card] name=Riverfall Mimic auto=@movedTo(*[RedAndBlue]|mystack):transforms(,setpower=3,settoughness=3,unblockable) ueot text=Whenever you cast a spell that's both blue and red, Riverfall Mimic becomes 3/3 and is unblockable until end of turn.