mirror of
https://github.com/correl/mage.git
synced 2024-12-26 03:00:11 +00:00
Fixed Firesong and Sunspeaker's first ability staying active through Frogify effects (bug# 7137) (#7149)
This commit is contained in:
parent
08d92831f1
commit
b52415b737
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ public class GainAbilitySpellsEffect extends ContinuousEffectImpl {
|
||||||
private final FilterObject filter;
|
private final FilterObject filter;
|
||||||
|
|
||||||
public GainAbilitySpellsEffect(Ability ability, FilterObject filter) {
|
public GainAbilitySpellsEffect(Ability ability, FilterObject filter) {
|
||||||
super(Duration.Custom, Layer.AbilityAddingRemovingEffects_6, SubLayer.NA, Outcome.AddAbility);
|
super(Duration.WhileOnBattlefield, Layer.AbilityAddingRemovingEffects_6, SubLayer.NA, Outcome.AddAbility);
|
||||||
this.ability = ability;
|
this.ability = ability;
|
||||||
this.filter = filter;
|
this.filter = filter;
|
||||||
staticText = filter.getMessage() + " have " + ability.getRule();
|
staticText = filter.getMessage() + " have " + ability.getRule();
|
||||||
|
|
Loading…
Reference in a new issue