* Dogged Hunter - Changed target text (cbt33).

This commit is contained in:
LevelX2 2013-09-20 11:15:23 +02:00
parent 03dfbfa7e0
commit f9c69ccf1d

View file

@ -47,8 +47,7 @@ import mage.target.common.TargetCreaturePermanent;
*/
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 {
filter.add(new TokenPredicate());
}