Fix merge old stuff

This commit is contained in:
Alexsandro 2017-12-13 00:28:00 -02:00
parent ae329fd81f
commit 2103bfb74a

View file

@ -41,11 +41,7 @@ import mage.cards.i.InfectiousCurse;
import mage.cards.Card;
import mage.cards.CardImpl;
import mage.cards.CardSetInfo;
import mage.constants.CardType;
import mage.constants.CostModificationType;
import mage.constants.Duration;
import mage.constants.Outcome;
import mage.constants.Zone;
import mage.constants.*;
import mage.game.Game;
import mage.game.permanent.Permanent;
import mage.players.Player;
@ -60,8 +56,8 @@ public class AccursedWitch extends CardImpl {
public AccursedWitch(UUID ownerId, CardSetInfo setInfo) {
super(ownerId,setInfo,new CardType[]{CardType.CREATURE},"{3}{B}");
this.subtype.add("Human");
this.subtype.add("Shaman");
this.subtype.add(SubType.SHAMAN);
this.subtype.add(SubType.HUMAN);
this.power = new MageInt(4);
this.toughness = new MageInt(2);