mirror of
https://github.com/correl/mage.git
synced 2024-11-15 11:09:30 +00:00
Fixed Foundry Assembler subtype.
This commit is contained in:
parent
450eba06e8
commit
4c9f9360e5
1 changed files with 1 additions and 2 deletions
|
@ -43,8 +43,7 @@ public class FoundryAssembler extends CardImpl {
|
||||||
public FoundryAssembler(UUID ownerId, CardSetInfo setInfo) {
|
public FoundryAssembler(UUID ownerId, CardSetInfo setInfo) {
|
||||||
super(ownerId, setInfo, new CardType[]{CardType.ARTIFACT, CardType.CREATURE}, "{5}");
|
super(ownerId, setInfo, new CardType[]{CardType.ARTIFACT, CardType.CREATURE}, "{5}");
|
||||||
|
|
||||||
this.subtype.add("Assembly");
|
this.subtype.add("Assembly-Worker");
|
||||||
this.subtype.add("Worker");
|
|
||||||
this.power = new MageInt(3);
|
this.power = new MageInt(3);
|
||||||
this.toughness = new MageInt(3);
|
this.toughness = new MageInt(3);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue