mirror of
https://github.com/correl/mage.git
synced 2024-11-15 03:00:16 +00: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 PermanentsOnTheBattlefieldCondition(
|
||||
new FilterLandPermanent(),
|
||||
ComparisonType.MORE_THAN, 9,
|
||||
false))));
|
||||
ComparisonType.MORE_THAN, 9, false))));
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue