mirror of
https://github.com/correl/mage.git
synced 2024-12-27 03:00:13 +00:00
Merge pull request #2591 from spjspj/master
Slight fix - SidarKondoOfJamuraa
This commit is contained in:
commit
12f0462300
1 changed files with 2 additions and 2 deletions
|
@ -54,10 +54,10 @@ import mage.game.permanent.Permanent;
|
||||||
*/
|
*/
|
||||||
public class SidarKondoOfJamuraa extends CardImpl {
|
public class SidarKondoOfJamuraa extends CardImpl {
|
||||||
|
|
||||||
private static final FilterCreaturePermanent filter = new FilterCreaturePermanent("creatures with power 2 or greater");
|
private static final FilterCreaturePermanent filter = new FilterCreaturePermanent("creatures with power 2 or less");
|
||||||
|
|
||||||
static {
|
static {
|
||||||
filter.add(new PowerPredicate(Filter.ComparisonType.GreaterThan, 1));
|
filter.add(new PowerPredicate(Filter.ComparisonType.LessThan, 3));
|
||||||
}
|
}
|
||||||
|
|
||||||
public SidarKondoOfJamuraa(UUID ownerId, CardSetInfo setInfo) {
|
public SidarKondoOfJamuraa(UUID ownerId, CardSetInfo setInfo) {
|
||||||
|
|
Loading…
Reference in a new issue