forked from External/mage
fix verify failure
This commit is contained in:
parent
10cbb832f4
commit
a10b59e838
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue