mirror of
https://github.com/correl/mage.git
synced 2024-12-26 03:00:11 +00:00
fixed Sanctuary Lockdown only boosting untapped creatures
This commit is contained in:
parent
6abd645d70
commit
7083c61928
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ public final class SanctuaryLockdown extends CardImpl {
|
||||||
= new FilterControlledPermanent(SubType.HUMAN, "untapped Humans you control");
|
= new FilterControlledPermanent(SubType.HUMAN, "untapped Humans you control");
|
||||||
|
|
||||||
static {
|
static {
|
||||||
filter.add(Predicates.not(TappedPredicate.instance));
|
filter2.add(Predicates.not(TappedPredicate.instance));
|
||||||
}
|
}
|
||||||
|
|
||||||
public SanctuaryLockdown(UUID ownerId, CardSetInfo setInfo) {
|
public SanctuaryLockdown(UUID ownerId, CardSetInfo setInfo) {
|
||||||
|
|
Loading…
Reference in a new issue