Fix merge old stuff again

This commit is contained in:
Alexsandro 2017-12-13 00:29:16 -02:00
parent 2103bfb74a
commit 558739d055

View file

@ -56,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(SubType.SHAMAN);
this.subtype.add(SubType.HUMAN);
this.subtype.add(SubType.SHAMAN);
this.power = new MageInt(4);
this.toughness = new MageInt(2);