forked from External/mage
refactor: replacement effects don't use apply method now (#11484)
This commit is contained in:
parent
8ad3238109
commit
05e2cf11e7
275 changed files with 171 additions and 1545 deletions
|
|
@ -92,11 +92,6 @@ class CantHaveMoreThanAmountCountersSourceEffect extends ReplacementEffectImpl {
|
|||
&& permanent.getCounters(game).getCount(this.counterType) == this.amount;
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean apply(Game game, Ability source) {
|
||||
return true;
|
||||
}
|
||||
|
||||
@Override
|
||||
public CantHaveMoreThanAmountCountersSourceEffect copy() {
|
||||
return new CantHaveMoreThanAmountCountersSourceEffect(this);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue