1
0
Fork 0
mirror of https://github.com/correl/mage.git synced 2025-04-10 01:01:05 -09:00

fixed indentiation

This commit is contained in:
18ths 2020-07-16 17:48:28 +02:00
parent 9a8526793d
commit e3b2fa1240

View file

@ -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))));
} }