mirror of
https://github.com/correl/mage.git
synced 2024-12-27 20:06:31 +00:00
Fix build failure
This commit is contained in:
parent
daa6042ccd
commit
fc28d7776d
1 changed files with 1 additions and 2 deletions
|
@ -17,8 +17,7 @@ public final class YotianMedic extends CardImpl {
|
|||
public YotianMedic(UUID ownerId, CardSetInfo setInfo) {
|
||||
super(ownerId, setInfo, new CardType[]{CardType.CREATURE}, "{2}{W}");
|
||||
|
||||
this.subtype.add(SubType.HUMAN);
|
||||
this.subtype.add(SubType.SOLDIER);
|
||||
this.subtype.add(SubType.HUMAN, SubType.CLERIC, SubType.SOLDIER);
|
||||
this.power = new MageInt(1);
|
||||
this.toughness = new MageInt(4);
|
||||
|
||||
|
|
Loading…
Reference in a new issue