mirror of
https://github.com/magefree/mage.git
synced 2026-01-26 21:29:17 -08:00
[MOC] Implement Chivalric Alliance
This commit is contained in:
parent
eb27c30409
commit
9237b26b74
3 changed files with 51 additions and 0 deletions
|
|
@ -18,6 +18,10 @@ public class DauntAbility extends SimpleEvasionAbility {
|
|||
filter.add(new PowerPredicate(ComparisonType.FEWER_THAN, 3));
|
||||
}
|
||||
|
||||
public static FilterCreaturePermanent getFilter() {
|
||||
return filter;
|
||||
}
|
||||
|
||||
public DauntAbility() {
|
||||
super(new CantBeBlockedByCreaturesSourceEffect(filter, Duration.WhileOnBattlefield));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue