mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 13:02:06 -08:00
- Fixed Bug #3501
This commit is contained in:
parent
d58a438ba9
commit
831985a7bd
1 changed files with 1 additions and 0 deletions
|
|
@ -82,6 +82,7 @@ public class PopulateEffect extends OneShotEffect {
|
|||
Player player = game.getPlayer(source.getControllerId());
|
||||
if (player != null) {
|
||||
Target target = new TargetPermanent(filter);
|
||||
target.setNotTarget(true);
|
||||
if (target.canChoose(source.getControllerId(), game)) {
|
||||
player.choose(Outcome.Copy, target, source.getSourceId(), game);
|
||||
Permanent tokenToCopy = game.getPermanent(target.getFirstTarget());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue