mirror of
https://github.com/correl/mage.git
synced 2025-04-03 01:08:59 -09:00
Double Header fix
This commit is contained in:
parent
b6bd8137f4
commit
feaaf7bb8a
1 changed files with 2 additions and 2 deletions
|
@ -34,8 +34,8 @@ public final class DoubleHeader extends CardImpl {
|
|||
}
|
||||
|
||||
public DoubleHeader(UUID ownerId, CardSetInfo setInfo) {
|
||||
super(ownerId,setInfo,new CardType[]{CardType.CREATURE},"{4}{U}");
|
||||
this.subtype.add(SubType.JELLYFISH);
|
||||
super(ownerId,setInfo,new CardType[]{CardType.CREATURE},"{3}{U}{U}");
|
||||
this.subtype.add(SubType.DRAKE);
|
||||
|
||||
this.power = new MageInt(2);
|
||||
this.toughness = new MageInt(3);
|
||||
|
|
Loading…
Add table
Reference in a new issue