Fixed Foundry Assembler subtype.

This commit is contained in:
bigzwine 2017-01-13 19:01:54 +02:00
parent 450eba06e8
commit 4c9f9360e5

View file

@ -43,8 +43,7 @@ public class FoundryAssembler extends CardImpl {
public FoundryAssembler(UUID ownerId, CardSetInfo setInfo) {
super(ownerId, setInfo, new CardType[]{CardType.ARTIFACT, CardType.CREATURE}, "{5}");
this.subtype.add("Assembly");
this.subtype.add("Worker");
this.subtype.add("Assembly-Worker");
this.power = new MageInt(3);
this.toughness = new MageInt(3);