mirror of
https://github.com/magefree/mage.git
synced 2026-01-26 21:29:17 -08:00
clean Ocelot Pride
This commit is contained in:
parent
d7a8af00c1
commit
8f0554e23d
1 changed files with 1 additions and 13 deletions
|
|
@ -19,11 +19,7 @@ import mage.abilities.keyword.LifelinkAbility;
|
|||
import mage.cards.CardImpl;
|
||||
import mage.cards.CardSetInfo;
|
||||
import mage.constants.*;
|
||||
import mage.filter.FilterPermanent;
|
||||
import mage.filter.common.FilterControlledCreaturePermanent;
|
||||
import mage.filter.common.FilterControlledPermanent;
|
||||
import mage.filter.predicate.mageobject.AnotherPredicate;
|
||||
import mage.filter.predicate.mageobject.NamePredicate;
|
||||
import mage.filter.predicate.permanent.EnteredThisTurnPredicate;
|
||||
import mage.filter.predicate.permanent.TokenPredicate;
|
||||
import mage.game.Game;
|
||||
|
|
@ -36,21 +32,13 @@ import java.util.List;
|
|||
import java.util.UUID;
|
||||
|
||||
/**
|
||||
* @author Susucr"é"é
|
||||
* @author Susucr
|
||||
*/
|
||||
public final class OcelotPride extends CardImpl {
|
||||
|
||||
private static final Condition condition = new YouGainedLifeCondition(ComparisonType.MORE_THAN, 0);
|
||||
private static final Hint hint = new ConditionHint(condition, "You gained life this turn");
|
||||
|
||||
private static final FilterPermanent filter
|
||||
= new FilterControlledCreaturePermanent("other creature you control named Charmed Stray");
|
||||
|
||||
static {
|
||||
filter.add(new NamePredicate("Charmed Stray"));
|
||||
filter.add(AnotherPredicate.instance);
|
||||
}
|
||||
|
||||
public OcelotPride(UUID ownerId, CardSetInfo setInfo) {
|
||||
super(ownerId, setInfo, new CardType[]{CardType.CREATURE}, "{W}");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue