mirror of
https://github.com/magefree/mage.git
synced 2026-01-26 21:29:17 -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);
|
||||
|
||||
|
|
|
|||
|
|
@ -72,6 +72,7 @@ public enum SubType {
|
|||
BITH("Bith", SubTypeSet.CreatureType, true), // Star Wars
|
||||
BLINKMOTH("Blinkmoth", SubTypeSet.CreatureType),
|
||||
BOAR("Boar", SubTypeSet.CreatureType),
|
||||
BRAINIAC("Brainiac", SubTypeSet.CreatureType),
|
||||
BRINGER("Bringer", SubTypeSet.CreatureType),
|
||||
BRUSHWAGG("Brushwagg", SubTypeSet.CreatureType),
|
||||
// C
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue