mirror of
https://github.com/correl/mage.git
synced 2025-04-10 01:01:05 -09:00
fixed indentiation
This commit is contained in:
parent
9a8526793d
commit
e3b2fa1240
1 changed files with 1 additions and 2 deletions
|
@ -41,8 +41,7 @@ public final class LimitedResources extends CardImpl {
|
||||||
new CantPlayLandEffect(),
|
new CantPlayLandEffect(),
|
||||||
new PermanentsOnTheBattlefieldCondition(
|
new PermanentsOnTheBattlefieldCondition(
|
||||||
new FilterLandPermanent(),
|
new FilterLandPermanent(),
|
||||||
ComparisonType.MORE_THAN, 9,
|
ComparisonType.MORE_THAN, 9, false))));
|
||||||
false))));
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue