* Cogwork Assembler - Fixed wrong subtype.

This commit is contained in:
ludwig.hirth 2017-01-09 14:47:07 +01:00
parent 8693b50f4f
commit 25e0dfa699

View file

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