mirror of
https://github.com/magefree/mage.git
synced 2025-12-19 18:20:13 -08:00
fix verify failure
This commit is contained in:
parent
a880bb9149
commit
5a63b1df22
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ public final class TheLegendOfKuruk extends TransformingDoubleFacedCard {
|
||||||
super(ownerId, setInfo,
|
super(ownerId, setInfo,
|
||||||
new SuperType[]{}, new CardType[]{CardType.ENCHANTMENT}, new SubType[]{SubType.SAGA}, "{2}{U}{U}",
|
new SuperType[]{}, new CardType[]{CardType.ENCHANTMENT}, new SubType[]{SubType.SAGA}, "{2}{U}{U}",
|
||||||
"Avatar Kuruk",
|
"Avatar Kuruk",
|
||||||
new SuperType[]{SuperType.LEGENDARY}, new CardType[]{CardType.CREATURE}, new SubType[]{SubType.AVATAR}, "U"
|
new SuperType[]{SuperType.LEGENDARY}, new CardType[]{CardType.CREATURE}, new SubType[]{SubType.AVATAR}, ""
|
||||||
);
|
);
|
||||||
|
|
||||||
// The Legend of Kuruk
|
// The Legend of Kuruk
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue