mirror of
https://github.com/magefree/mage.git
synced 2026-01-24 12:19:59 -08:00
Add 2 unstable cards.
This commit is contained in:
parent
6c02186f2c
commit
7645f10202
2 changed files with 3 additions and 1 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue