forked from External/mage
[refactor] moved enums from Constants class
This commit is contained in:
parent
4d16535709
commit
0bb110be45
7372 changed files with 28700 additions and 27583 deletions
|
|
@ -1,9 +1,9 @@
|
|||
package mage.abilities.effects.common.counter;
|
||||
|
||||
import mage.Constants;
|
||||
import mage.abilities.Ability;
|
||||
import mage.abilities.effects.OneShotEffect;
|
||||
import mage.cards.Card;
|
||||
import mage.constants.Outcome;
|
||||
import mage.counters.Counter;
|
||||
import mage.game.Game;
|
||||
import mage.game.permanent.Permanent;
|
||||
|
|
@ -12,7 +12,7 @@ public class RemoveCounterSourceEffect extends OneShotEffect<RemoveCounterSource
|
|||
private Counter counter;
|
||||
|
||||
public RemoveCounterSourceEffect(Counter counter) {
|
||||
super(Constants.Outcome.UnboostCreature);
|
||||
super(Outcome.UnboostCreature);
|
||||
this.counter = counter;
|
||||
setText();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue