fix verify failure

This commit is contained in:
Evan Kranzler 2022-09-14 09:25:44 -04:00
parent 10cbb832f4
commit a10b59e838

View file

@ -25,7 +25,7 @@ import java.util.UUID;
public final class OldOneEye extends CardImpl {
public OldOneEye(UUID ownerId, CardSetInfo setInfo) {
super(ownerId, setInfo, new CardType[]{CardType.CREATURE}, "{5}{R}");
super(ownerId, setInfo, new CardType[]{CardType.CREATURE}, "{5}{G}");
this.addSuperType(SuperType.LEGENDARY);
this.subtype.add(SubType.TYRANID);