forked from External/mage
Refactor - Rename Override card class to OverrideCard to not conflict with java.lang.Override.
This commit is contained in:
parent
d1f18ced96
commit
3e2c3a6ab2
294 changed files with 526 additions and 526 deletions
|
|
@ -58,7 +58,7 @@ public class RemoveAllCountersSourceEffect extends OneShotEffect {
|
|||
return new RemoveAllCountersSourceEffect(this);
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
@Override
|
||||
public boolean apply(Game game, Ability source) {
|
||||
Permanent sourcePermanent = game.getPermanent(source.getSourceId());
|
||||
if (sourcePermanent != null) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue