fix some subtypes for becomesBasiclandTargetEffect

This commit is contained in:
igoudt 2017-08-07 22:25:22 +02:00
parent 8d52e995e8
commit 4dc3419efa
12 changed files with 45 additions and 28 deletions

View file

@ -50,8 +50,8 @@ import java.util.UUID;
public class BecomesBasicLandTargetEffect extends ContinuousEffectImpl {
protected boolean chooseLandType;
protected List<SubType> landTypes = new ArrayList();
protected List<SubType> landTypesToAdd = new ArrayList();
protected List<SubType> landTypes = new ArrayList<>();
protected List<SubType> landTypesToAdd = new ArrayList<>();
protected boolean loseOther; // loses all other abilities, card types, and creature types
public BecomesBasicLandTargetEffect(Duration duration) {