mirror of
https://github.com/magefree/mage.git
synced 2026-01-10 21:02:08 -08:00
Fix AddCountersAllEffect
This commit is contained in:
parent
e3e6b86e54
commit
d2356abe31
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ public class AddCountersAllEffect extends OneShotEffect {
|
|||
}
|
||||
|
||||
for (Permanent permanent : game.getBattlefield().getActivePermanents(filter, source.getControllerId(), source, game)) {
|
||||
Counter newCounterForPermanent = counter.copy();
|
||||
Counter newCounterForPermanent = newCounter.copy();
|
||||
|
||||
permanent.addCounters(newCounterForPermanent, source.getControllerId(), source, game);
|
||||
if (!game.isSimulation() && newCounterForPermanent.getCount() > 0) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue