forked from External/mage
Added CompoundCondition, AttachedToTappedCondition and EquipmentAttachedCondition.
This commit is contained in:
parent
176c2a76b4
commit
b7c45a7090
9 changed files with 202 additions and 12 deletions
|
|
@ -70,7 +70,7 @@ public class BecomesBasicLandTargetEffect extends ContinuousEffectImpl<BecomesBa
|
|||
|
||||
public BecomesBasicLandTargetEffect(Duration duration, boolean chooseLandType, String... landNames) {
|
||||
super(duration, Outcome.Detriment);
|
||||
landTypes.addAll(Arrays.asList(landNames));
|
||||
this.landTypes.addAll(Arrays.asList(landNames));
|
||||
this.chooseLandType = chooseLandType;
|
||||
this.staticText = setText();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue