mirror of
https://github.com/magefree/mage.git
synced 2025-12-23 03:51:58 -08:00
* Dogged Hunter - Changed target text (cbt33).
This commit is contained in:
parent
03dfbfa7e0
commit
f9c69ccf1d
1 changed files with 1 additions and 2 deletions
|
|
@ -47,8 +47,7 @@ import mage.target.common.TargetCreaturePermanent;
|
||||||
*/
|
*/
|
||||||
public class DoggedHunter extends CardImpl<DoggedHunter> {
|
public class DoggedHunter extends CardImpl<DoggedHunter> {
|
||||||
|
|
||||||
private static final FilterCreaturePermanent filter = new FilterCreaturePermanent("target creature token");
|
private static final FilterCreaturePermanent filter = new FilterCreaturePermanent("creature token");
|
||||||
|
|
||||||
static {
|
static {
|
||||||
filter.add(new TokenPredicate());
|
filter.add(new TokenPredicate());
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue