mirror of
https://github.com/correl/mage.git
synced 2024-11-15 11:09:30 +00:00
Fixed AddCardSubtypeAllEffect
This commit is contained in:
parent
8969157ce8
commit
9cbe82299c
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue