mirror of
https://github.com/correl/mage.git
synced 2024-12-25 11:11:16 +00:00
fixed more instances of Kwende, Pride of Femeref not granting double strike
This commit is contained in:
parent
275a70b217
commit
1d69c2611d
1 changed files with 1 additions and 3 deletions
|
@ -63,10 +63,8 @@ public class GainAbilitySourceEffect extends ContinuousEffectImpl implements Sou
|
|||
}
|
||||
|
||||
public GainAbilitySourceEffect(Ability ability, Duration duration, boolean onCard) {
|
||||
super(duration, Layer.AbilityAddingRemovingEffects_6, SubLayer.NA, Outcome.AddAbility);
|
||||
this.ability = ability;
|
||||
this(ability, duration, onCard, false);
|
||||
staticText = "{this} gains " + ability.getRule() + ' ' + duration.toString();
|
||||
this.onCard = onCard;
|
||||
}
|
||||
|
||||
public GainAbilitySourceEffect(Ability ability, Duration duration, boolean onCard, boolean noStaticText) {
|
||||
|
|
Loading…
Reference in a new issue