updated GRN spoiler

This commit is contained in:
Evan Kranzler 2018-09-10 19:35:21 -04:00
parent 8b5bc42d0e
commit 5940dc1960
2 changed files with 8 additions and 5 deletions

View file

@ -21,10 +21,10 @@ import mage.target.common.TargetCreaturePermanent;
*/
public final class VraskasStoneglare extends CardImpl {
private final static FilterCard filter = new FilterCard("Vraska, Regal Gordon");
private final static FilterCard filter = new FilterCard("Vraska, Regal Gorgon");
static {
filter.add(new NamePredicate("Vraska, Regal Gordon"));
filter.add(new NamePredicate("Vraska, Regal Gorgon"));
}
public VraskasStoneglare(UUID ownerId, CardSetInfo setInfo) {