forked from External/mage
WWK
This commit is contained in:
parent
d898c083d4
commit
cf41b3f4b2
26 changed files with 1667 additions and 17 deletions
|
|
@ -28,6 +28,7 @@
|
|||
|
||||
package mage.target.common;
|
||||
|
||||
import mage.Constants.CardType;
|
||||
import mage.Constants.Zone;
|
||||
import mage.filter.Filter.ComparisonScope;
|
||||
import mage.target.TargetCard;
|
||||
|
|
@ -42,7 +43,7 @@ public class TargetBasicLandCard extends TargetCard<TargetBasicLandCard> {
|
|||
super(zone);
|
||||
filter.getSupertype().add("Basic");
|
||||
filter.setScopeSupertype(ComparisonScope.Any);
|
||||
filter.getCardType().add("Land");
|
||||
filter.getCardType().add(CardType.LAND);
|
||||
filter.setScopeCardType(ComparisonScope.Any);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue