mirror of
https://github.com/correl/mage.git
synced 2024-11-15 03:00:16 +00:00
[SLD] fixed Rick, Steadfast Leader only counting Human creatures
This commit is contained in:
parent
93c9b2770a
commit
b51915f6e8
1 changed files with 2 additions and 2 deletions
|
@ -38,8 +38,8 @@ public final class RickSteadfastLeader extends CardImpl {
|
|||
|
||||
private static final FilterCreaturePermanent filter
|
||||
= new FilterCreaturePermanent(SubType.HUMAN, "");
|
||||
private static final FilterCreaturePermanent filter2
|
||||
= new FilterCreaturePermanent(SubType.HUMAN, "");
|
||||
private static final FilterPermanent filter2
|
||||
= new FilterControlledPermanent(SubType.HUMAN, "");
|
||||
private static final Condition condition
|
||||
= new PermanentsOnTheBattlefieldCondition(filter2, ComparisonType.MORE_THAN, 3);
|
||||
|
||||
|
|
Loading…
Reference in a new issue