forked from External/mage
* Benalish Honor Guard - fixed +1/0 for all Legendary permanents instead creatures
This commit is contained in:
parent
4280d92a37
commit
3c80a915fa
1 changed files with 2 additions and 2 deletions
|
|
@ -40,6 +40,7 @@ import mage.constants.CardType;
|
|||
import mage.constants.Duration;
|
||||
import mage.constants.SuperType;
|
||||
import mage.constants.Zone;
|
||||
import mage.filter.common.FilterControlledCreaturePermanent;
|
||||
import mage.filter.common.FilterControlledPermanent;
|
||||
import mage.filter.predicate.mageobject.SupertypePredicate;
|
||||
|
||||
|
|
@ -49,8 +50,7 @@ import mage.filter.predicate.mageobject.SupertypePredicate;
|
|||
*/
|
||||
public class BenalishHonorGuard extends CardImpl {
|
||||
|
||||
private static final FilterControlledPermanent filter = new FilterControlledPermanent("legendary creature you control");
|
||||
|
||||
private static final FilterControlledPermanent filter = new FilterControlledCreaturePermanent("legendary creature you control");
|
||||
static {
|
||||
filter.add(new SupertypePredicate(SuperType.LEGENDARY));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue