Add 2 unstable cards.

This commit is contained in:
spjspj 2017-12-14 10:14:48 +11:00
parent 6c02186f2c
commit 7645f10202
2 changed files with 3 additions and 1 deletions

View file

@ -38,6 +38,7 @@ import mage.cards.CardSetInfo;
import mage.constants.CardType;
import mage.constants.Duration;
import mage.constants.Outcome;
import mage.constants.SubType;
import mage.constants.TargetController;
import mage.game.Game;
import mage.game.permanent.Permanent;
@ -51,8 +52,8 @@ public class Painiac extends CardImpl {
public Painiac(UUID ownerId, CardSetInfo setInfo) {
super(ownerId, setInfo, new CardType[]{CardType.CREATURE}, "{2}{R}");
this.subtype.add(SubType.BRAINIAC);
this.subtype.add("Brainiac");
this.power = new MageInt(0);
this.toughness = new MageInt(3);