mirror of
https://github.com/magefree/mage.git
synced 2026-01-26 21:29:17 -08:00
fixes
This commit is contained in:
parent
f55530dc9a
commit
6695358060
10 changed files with 17 additions and 17 deletions
|
|
@ -12,7 +12,7 @@ import mage.filter.predicate.mageobject.PowerPredicate;
|
|||
*/
|
||||
public class DauntAbility extends SimpleEvasionAbility {
|
||||
|
||||
private static final FilterCreaturePermanent filter = new FilterCreaturePermanent();
|
||||
private static final FilterCreaturePermanent filter = new FilterCreaturePermanent("creatures with power 2 or less");
|
||||
|
||||
static {
|
||||
filter.add(new PowerPredicate(ComparisonType.FEWER_THAN, 3));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue