forked from External/mage
bugfixes
This commit is contained in:
parent
a986916d6b
commit
2ad97568dd
2 changed files with 3 additions and 2 deletions
|
|
@ -49,8 +49,8 @@ public class Auramancer extends CardImpl<Auramancer> {
|
|||
private final static FilterCard filter = new FilterCard("enchantment card");
|
||||
|
||||
static {
|
||||
filter.getSubtype().add("Enchantment");
|
||||
filter.setScopeSubtype(Filter.ComparisonScope.Any);
|
||||
filter.getCardType().add(CardType.ENCHANTMENT);
|
||||
filter.setScopeCardType(Filter.ComparisonScope.Any);
|
||||
}
|
||||
|
||||
public Auramancer(UUID ownerId) {
|
||||
|
|
|
|||
|
|
@ -53,6 +53,7 @@ public class BloodriteInvoker extends CardImpl<BloodriteInvoker> {
|
|||
this.expansionSetCode = "ROE";
|
||||
this.subtype.add("Vampire");
|
||||
this.subtype.add("Shaman");
|
||||
this.color.setBlack(true);
|
||||
this.power = new MageInt(3);
|
||||
this.toughness = new MageInt(1);
|
||||
Ability ability = new SimpleActivatedAbility(Constants.Zone.BATTLEFIELD, new LoseLifeTargetEffect(3), new GenericManaCost(8));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue