* Venser, the Sojourner - Fixed that it's first ability did wrongly filter for creature permanents instead of only permanents.

This commit is contained in:
LevelX2 2014-08-29 10:11:48 +02:00
parent 97a1b0130c
commit 4f18e1ad71

View file

@ -70,7 +70,7 @@ import mage.target.targetpointer.FixedTarget;
*/
public class VenserTheSojourner extends CardImpl {
private static final FilterPermanent filter = new FilterCreaturePermanent("permanent you own");
private static final FilterPermanent filter = new FilterPermanent("permanent you own");
static {
filter.add(new OwnerPredicate(TargetController.YOU));