mirror of
https://github.com/magefree/mage.git
synced 2025-12-28 14:32:06 -08:00
Fixed cards with tooltip text containing "Other Other" and "you control you control" text parts.
This commit is contained in:
parent
fcd7595223
commit
51d4dff35b
22 changed files with 37 additions and 39 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue