forked from External/mage
fix Master's Manufactory colors
This commit is contained in:
parent
68e2f74d13
commit
3972e80860
1 changed files with 2 additions and 0 deletions
|
|
@ -35,6 +35,8 @@ public final class MastersManufactory extends CardImpl {
|
|||
public MastersManufactory(UUID ownerId, CardSetInfo setInfo) {
|
||||
super(ownerId, setInfo, new CardType[]{CardType.ARTIFACT}, "");
|
||||
this.nightCard = true;
|
||||
this.color.setBlue(true);
|
||||
this.color.setWhite(true);
|
||||
|
||||
// {T}: Create a 4/4 white and blue Golem artifact creature token. Activate only if Master's Manufactory or another artifact entered the battlefield under your control this turn.
|
||||
this.addAbility(new ActivateIfConditionActivatedAbility(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue