mirror of
https://github.com/correl/mage.git
synced 2025-01-13 11:01:58 +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 {
|
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 {
|
static {
|
||||||
filter.add(new MulticoloredPredicate());
|
filter.add(new MulticoloredPredicate());
|
||||||
|
|
Loading…
Reference in a new issue