mirror of
https://github.com/magefree/mage.git
synced 2026-01-24 20:29:19 -08:00
Added Legacy Cube January 2017. Corrected the Legacy Cube Sept 2016 list. Fixed Wrangle's target filter.
This commit is contained in:
parent
f675575119
commit
76b28742cb
3 changed files with 651 additions and 10 deletions
|
|
@ -51,7 +51,7 @@ public class Wrangle extends CardImpl {
|
|||
private static final FilterCreaturePermanent filter = new FilterCreaturePermanent("creature with power 4 or less");
|
||||
|
||||
static {
|
||||
filter.add(new PowerPredicate(ComparisonType.LessThan, 4));
|
||||
filter.add(new PowerPredicate(ComparisonType.LessThan, 5));
|
||||
}
|
||||
|
||||
public Wrangle(UUID ownerId, CardSetInfo setInfo) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue