forked from External/mage
Fixed counter replacement effects with Doubling Season and Pir, Imaginative Rascal
This commit is contained in:
parent
52243eb75c
commit
e1aa40cbf7
6 changed files with 30 additions and 12 deletions
|
|
@ -161,8 +161,12 @@ public interface Card extends MageObject {
|
|||
|
||||
boolean addCounters(Counter counter, Ability source, Game game);
|
||||
|
||||
boolean addCounters(Counter counter, Ability source, Game game, boolean isEffect);
|
||||
|
||||
boolean addCounters(Counter counter, Ability source, Game game, List<UUID> appliedEffects);
|
||||
|
||||
boolean addCounters(Counter counter, Ability source, Game game, List<UUID> appliedEffects, boolean isEffect);
|
||||
|
||||
void removeCounters(String name, int amount, Game game);
|
||||
|
||||
void removeCounters(Counter counter, Game game);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue