mirror of
https://github.com/magefree/mage.git
synced 2025-12-22 11:32:00 -08:00
cards now use the new CountType
This commit is contained in:
parent
dd84287305
commit
5387f06898
139 changed files with 325 additions and 184 deletions
|
|
@ -28,6 +28,7 @@
|
|||
package mage.abilities.condition.common;
|
||||
|
||||
import mage.abilities.Ability;
|
||||
import mage.abilities.CountType;
|
||||
import mage.abilities.condition.Condition;
|
||||
import mage.counters.CounterType;
|
||||
import mage.game.Game;
|
||||
|
|
@ -41,9 +42,7 @@ import java.util.List;
|
|||
*/
|
||||
public class PermanentHasCounterCondition implements Condition {
|
||||
|
||||
public static enum CountType {
|
||||
MORE_THAN, FEWER_THAN, EQUAL_TO
|
||||
}
|
||||
|
||||
|
||||
private CounterType counterType;
|
||||
private int amount;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue