forked from External/mage
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));
|
effect.setTargetPointer(new FixedTarget(attachment, game));
|
||||||
game.addEffect(effect, source);
|
game.addEffect(effect, source);
|
||||||
if (newCreature != null) {
|
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