Update WrensRunPackmaster.java

Wolves get deathtouch, not walls
This commit is contained in:
Jonathan Skeate 2017-07-15 15:46:04 -04:00 committed by GitHub
parent 2d4b044bde
commit 9e797a7593

View file

@ -54,7 +54,7 @@ public class WrensRunPackmaster extends CardImpl {
private static final FilterPermanent filter = new FilterPermanent("Wolf");
static {
filter.add(new ControllerPredicate(TargetController.YOU));
filter.add(new SubtypePredicate(SubType.WALL));
filter.add(new SubtypePredicate(SubType.WOLF));
}
public WrensRunPackmaster(UUID ownerId, CardSetInfo setInfo) {