mirror of
https://github.com/correl/mage.git
synced 2024-12-26 19:16:54 +00:00
* Cogwork Assembler - Fixed wrong subtype.
This commit is contained in:
parent
8693b50f4f
commit
25e0dfa699
1 changed files with 1 additions and 2 deletions
|
@ -57,8 +57,7 @@ public class CogworkAssembler extends CardImpl {
|
||||||
public CogworkAssembler(UUID ownerId, CardSetInfo setInfo) {
|
public CogworkAssembler(UUID ownerId, CardSetInfo setInfo) {
|
||||||
super(ownerId, setInfo, new CardType[]{CardType.ARTIFACT, CardType.CREATURE}, "{3}");
|
super(ownerId, setInfo, new CardType[]{CardType.ARTIFACT, CardType.CREATURE}, "{3}");
|
||||||
|
|
||||||
this.subtype.add("Assembly");
|
this.subtype.add("Assembly-Worker");
|
||||||
this.subtype.add("Worker");
|
|
||||||
this.power = new MageInt(2);
|
this.power = new MageInt(2);
|
||||||
this.toughness = new MageInt(3);
|
this.toughness = new MageInt(3);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue