forked from External/mage
created events for adding counters to players
This commit is contained in:
parent
a15e4bdb54
commit
cd81f4197d
12 changed files with 39 additions and 17 deletions
|
|
@ -70,7 +70,7 @@ public class AddCountersTargetEffect extends OneShotEffect<AddCountersTargetEffe
|
|||
} else {
|
||||
Player player = game.getPlayer(uuid);
|
||||
if (player != null) {
|
||||
player.getCounters().addCounter(counter.copy());
|
||||
player.addCounters(counter.copy(), game);
|
||||
affectedTargets ++;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue