mirror of
https://github.com/correl/mage.git
synced 2024-12-26 03:00:11 +00:00
Merge pull request #2788 from bigzwine/master
This commit is contained in:
commit
8d7582a7ef
1 changed files with 1 additions and 2 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue