Added CompoundCondition, AttachedToTappedCondition and EquipmentAttachedCondition.

This commit is contained in:
LevelX2 2013-11-21 10:59:50 +01:00
parent 176c2a76b4
commit b7c45a7090
9 changed files with 202 additions and 12 deletions

View file

@ -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();