forked from External/mage
[MIC] Implemented Visions of Dominance
This commit is contained in:
parent
61288b6439
commit
a88427a6d9
5 changed files with 90 additions and 0 deletions
|
|
@ -687,6 +687,11 @@ public abstract class CardImpl extends MageObjectImpl implements Card {
|
|||
return ownerId;
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean addCounters(Counter counter, Ability source, Game game) {
|
||||
return addCounters(counter, source.getControllerId(), source, game);
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean addCounters(Counter counter, UUID playerAddingCounters, Ability source, Game game) {
|
||||
return addCounters(counter, playerAddingCounters, source, game, null, true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue