mirror of
https://github.com/correl/mage.git
synced 2025-01-12 19:25:44 +00:00
Fix so Nacatl's attack trigger works correctly when a creature has
copied Nacatl
This commit is contained in:
parent
72d9c736c9
commit
3c42207488
1 changed files with 0 additions and 1 deletions
|
@ -94,7 +94,6 @@ class NacatlWarPrideEffect extends OneShotEffect {
|
|||
}
|
||||
|
||||
List<Permanent> copies = new ArrayList<>();
|
||||
|
||||
Player controller = game.getPlayer(source.getControllerId());
|
||||
CreateTokenCopyTargetEffect effect = new CreateTokenCopyTargetEffect(controller.getId(), null, false, count, true, true);
|
||||
effect.setTargetPointer(new FixedTarget(origNactalWarPride, game));
|
||||
|
|
Loading…
Reference in a new issue