mirror of
https://github.com/magefree/mage.git
synced 2026-01-26 13:19:18 -08:00
Update WrensRunPackmaster.java
Wolves get deathtouch, not walls
This commit is contained in:
parent
2d4b044bde
commit
9e797a7593
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue