Fixed cards with tooltip text containing "Other Other" and "you control you control" text parts.

This commit is contained in:
LevelX2 2013-08-27 16:33:25 +02:00
parent fcd7595223
commit 51d4dff35b
22 changed files with 37 additions and 39 deletions

View file

@ -73,7 +73,7 @@ public class BoostAllEffect extends ContinuousEffectImpl<BoostAllEffect> {
}
public BoostAllEffect(DynamicValue power, DynamicValue toughness, Duration duration, FilterCreaturePermanent filter, boolean excludeSource, String rule) {
this(power, toughness, duration, filter, excludeSource, null, false);
this(power, toughness, duration, filter, excludeSource, rule, false);
}
public BoostAllEffect(DynamicValue power, DynamicValue toughness, Duration duration, FilterCreaturePermanent filter, boolean excludeSource, String rule, boolean lockedInPT) {