mirror of
https://github.com/correl/mage.git
synced 2025-01-12 11:08:01 +00:00
Fix merge old stuff again
This commit is contained in:
parent
2103bfb74a
commit
558739d055
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue