mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 04:52:07 -08:00
added copy methods that I accidentally removed
This commit is contained in:
parent
fe099d252f
commit
dc2d8145fd
5 changed files with 16 additions and 13 deletions
|
|
@ -600,7 +600,7 @@ public class ComputerPlayer extends PlayerImpl implements Player {
|
|||
}
|
||||
|
||||
if (targets.isEmpty() && target.isRequired(source)) {
|
||||
targets = game.getBattlefield().getActivePermanents(((TargetPlayerOrPlaneswalker) t.getFilter()).getPlaneswalkerFilter(), playerId, game);
|
||||
targets = game.getBattlefield().getActivePermanents(((TargetPlayerOrPlaneswalker) t.getFilter()).getFilterPermanent(), playerId, game);
|
||||
}
|
||||
for (Permanent permanent : targets) {
|
||||
List<UUID> alreadyTargetted = target.getTargets();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue