mirror of
https://github.com/magefree/mage.git
synced 2025-12-26 13:32:06 -08:00
[MH2] Implemented Dress Down (#7856)
This commit is contained in:
parent
c9c28f1737
commit
03f8c34002
3 changed files with 54 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ public class LoseAllAbilitiesAllEffect extends ContinuousEffectImpl {
|
|||
private final FilterPermanent filter;
|
||||
|
||||
public LoseAllAbilitiesAllEffect(FilterPermanent filter, Duration duration) {
|
||||
super(duration, Layer.AbilityAddingRemovingEffects_6, SubLayer.NA, Outcome.AddAbility);
|
||||
super(duration, Layer.AbilityAddingRemovingEffects_6, SubLayer.NA, Outcome.LoseAbility);
|
||||
this.filter = filter;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue