mirror of
https://github.com/magefree/mage.git
synced 2025-12-27 14:02:05 -08:00
Changed layer of GainAbilityControllerEffect to player effects.
This commit is contained in:
parent
f137e623eb
commit
286a65878d
1 changed files with 1 additions and 1 deletions
|
|
@ -59,7 +59,7 @@ public class GainAbilityControllerEffect extends ContinuousEffectImpl<GainAbilit
|
|||
* @param duration custom - effect will be discarded as soon there is no sourceId - permanent on the battlefield
|
||||
*/
|
||||
public GainAbilityControllerEffect(Ability ability, Duration duration) {
|
||||
super(duration, Layer.AbilityAddingRemovingEffects_6, SubLayer.NA, Outcome.AddAbility);
|
||||
super(duration, Layer.PlayerEffects, SubLayer.NA, Outcome.AddAbility);
|
||||
this.ability = ability;
|
||||
staticText = "You have " + ability.getRule() + " " + duration.toString();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue