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
|
|
@ -72,7 +72,7 @@ public class PutCountersSourceCost extends CostImpl {
|
|||
public boolean pay(Ability ability, Game game, UUID sourceId, UUID controllerId, boolean noMana, Cost costToPay) {
|
||||
Permanent permanent = game.getPermanent(sourceId);
|
||||
if (permanent != null) {
|
||||
this.paid = permanent.addCounters(counter, ability, game);
|
||||
this.paid = permanent.addCounters(counter, ability, game, false);
|
||||
}
|
||||
return paid;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue