mirror of
https://github.com/magefree/mage.git
synced 2026-01-25 04:39:18 -08:00
Minor changes of rule text gerneration or format.
This commit is contained in:
parent
180272f7d4
commit
a0bed272db
3 changed files with 2 additions and 7 deletions
|
|
@ -52,7 +52,7 @@ import mage.target.common.TargetCardInLibrary;
|
|||
*/
|
||||
public class BloodSpeaker extends CardImpl<BloodSpeaker> {
|
||||
|
||||
private static final FilterControlledCreaturePermanent filter = new FilterControlledCreaturePermanent("Demon under your control");
|
||||
private static final FilterControlledCreaturePermanent filter = new FilterControlledCreaturePermanent("a Demon under your control");
|
||||
private static final FilterCard filterCard = new FilterCard("Demon card");
|
||||
static {
|
||||
filter.add(new SubtypePredicate("Demon"));
|
||||
|
|
|
|||
|
|
@ -32,14 +32,9 @@ import mage.Constants;
|
|||
import mage.Constants.CardType;
|
||||
import mage.Constants.Rarity;
|
||||
import mage.MageInt;
|
||||
import mage.abilities.Ability;
|
||||
import mage.abilities.effects.common.DamageTargetEffect;
|
||||
import mage.abilities.effects.common.GainLifeEffect;
|
||||
import mage.abilities.effects.common.continious.BoostSourceEffect;
|
||||
import mage.abilities.keyword.BattalionAbility;
|
||||
import mage.abilities.keyword.FlyingAbility;
|
||||
import mage.cards.CardImpl;
|
||||
import mage.target.common.TargetCreatureOrPlayer;
|
||||
|
||||
/**
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue