mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 21:12:04 -08: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…
Add table
Add a link
Reference in a new issue