mirror of
https://github.com/correl/mage.git
synced 2025-01-12 11:08:01 +00:00
Bloodletter fix
This commit is contained in:
parent
ff29761cbb
commit
b6bd8137f4
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ import mage.game.permanent.Permanent;
|
|||
public final class Bloodletter extends CardImpl {
|
||||
|
||||
public Bloodletter(UUID ownerId, CardSetInfo setInfo) {
|
||||
super(ownerId,setInfo,new CardType[]{CardType.ARTIFACT,CardType.CREATURE},"{2}{B}");
|
||||
super(ownerId,setInfo,new CardType[]{CardType.CREATURE},"{2}{B}");
|
||||
this.subtype.add(SubType.ZOMBIE);
|
||||
this.power = new MageInt(2);
|
||||
this.toughness = new MageInt(3);
|
||||
|
|
Loading…
Reference in a new issue