mirror of
https://github.com/correl/mage.git
synced 2024-12-26 11:09:27 +00:00
fixed verify failure
This commit is contained in:
parent
9fad271f63
commit
b7da79ed73
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ import java.util.UUID;
|
|||
public final class WormfangBehemoth extends CardImpl {
|
||||
|
||||
public WormfangBehemoth(UUID ownerId, CardSetInfo setInfo) {
|
||||
super(ownerId, setInfo, new CardType[]{CardType.CREATURE}, "{3}{U}");
|
||||
super(ownerId, setInfo, new CardType[]{CardType.CREATURE}, "{3}{U}{U}");
|
||||
|
||||
this.subtype.add(SubType.NIGHTMARE);
|
||||
this.subtype.add(SubType.FISH);
|
||||
|
|
Loading…
Reference in a new issue