mirror of
https://github.com/correl/mage.git
synced 2024-12-25 03:00:15 +00:00
[GRN] Some fixes to green cards.
This commit is contained in:
parent
fa88137e9e
commit
2952eb3e1a
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ import mage.target.common.TargetCardInYourGraveyard;
|
|||
*/
|
||||
public final class VividRevival extends CardImpl {
|
||||
|
||||
private static final FilterCard filter = new FilterCard("multicolored cards");
|
||||
private static final FilterCard filter = new FilterCard("multicolored cards from your graveyard");
|
||||
|
||||
static {
|
||||
filter.add(new MulticoloredPredicate());
|
||||
|
|
Loading…
Reference in a new issue