mirror of
https://github.com/correl/mage.git
synced 2025-04-02 03:18:09 -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 PermanentsOnTheBattlefieldCondition(
|
||||
new FilterLandPermanent(),
|
||||
ComparisonType.MORE_THAN, 9,
|
||||
false))));
|
||||
ComparisonType.MORE_THAN, 9, false))));
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue