Fixed AddCardSubtypeAllEffect

This commit is contained in:
Galatolol 2017-01-22 11:40:52 +01:00
parent 8969157ce8
commit 9cbe82299c

View file

@ -42,7 +42,7 @@ import mage.game.permanent.Permanent;
public class AddCardSubtypeAllEffect extends ContinuousEffectImpl {
private static FilterPermanent filter = new FilterLandPermanent();
private static FilterPermanent filter;
private static String addedSubtype;
public AddCardSubtypeAllEffect(FilterPermanent _filter, String _addedSubtype, DependencyType _dependency) {