mirror of
https://github.com/magefree/mage.git
synced 2025-12-29 06:52:02 -08:00
[NEC] fixed Smoke Spirits' Aid tokens attaching all to the same creature (fixes #8852)
This commit is contained in:
parent
e311ed8377
commit
79d52f28e3
1 changed files with 1 additions and 1 deletions
|
|
@ -82,7 +82,7 @@ class SmokeSpiritsAidEffect extends OneShotEffect {
|
|||
if (aura == null) {
|
||||
continue;
|
||||
}
|
||||
aura.getAbilities().get(0).getTargets().get(0).add(source.getFirstTarget(), game);
|
||||
aura.getAbilities().get(0).getTargets().get(0).add(targetId, game);
|
||||
aura.getAbilities().get(0).getEffects().get(0).apply(game, aura.getAbilities().get(0));
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue