mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 21:12:04 -08:00
fix some subtypes for becomesBasiclandTargetEffect
This commit is contained in:
parent
8d52e995e8
commit
4dc3419efa
12 changed files with 45 additions and 28 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue