forked from External/mage
Fixed some errors from b28bf51, did some refactoring
This commit is contained in:
parent
ae5bccebfa
commit
2f0f71d3e9
130 changed files with 159 additions and 148 deletions
|
|
@ -39,7 +39,7 @@ public class BasicLandcyclingAbility extends CyclingAbility{
|
|||
private static final String text = "Basic landcycling";
|
||||
|
||||
public BasicLandcyclingAbility(ManaCosts costs) {
|
||||
super(costs, StaticFilters.FILTER_BASIC_LAND_CARD, text);
|
||||
super(costs, StaticFilters.FILTER_CARD_BASIC_LAND, text);
|
||||
}
|
||||
|
||||
public BasicLandcyclingAbility(final BasicLandcyclingAbility ability) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue