Added Legacy Cube January 2017. Corrected the Legacy Cube Sept 2016 list. Fixed Wrangle's target filter.

This commit is contained in:
fireshoes 2017-01-10 20:09:36 -06:00
parent f675575119
commit 76b28742cb
3 changed files with 651 additions and 10 deletions

View file

@ -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) {