mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 02:30:08 -08:00
fix #14079 (Fumble)
This commit is contained in:
parent
a2a4af7981
commit
e7e6623ec9
1 changed files with 1 additions and 1 deletions
|
|
@ -97,7 +97,7 @@ class FumbleEffect extends OneShotEffect {
|
|||
effect.setTargetPointer(new FixedTarget(attachment, game));
|
||||
game.addEffect(effect, source);
|
||||
if (newCreature != null) {
|
||||
attachment.attachTo(newCreature.getId(), source, game);
|
||||
newCreature.addAttachment(attachment.getId(), source, game);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue