forked from External/mage
Fix Shuriken giving control to wrong player
This commit is contained in:
parent
925a820f09
commit
26adccdfd5
1 changed files with 1 additions and 1 deletions
|
|
@ -84,7 +84,7 @@ class ShurikenEffect extends OneShotEffect {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
game.addEffect(new GainControlTargetEffect(
|
game.addEffect(new GainControlTargetEffect(
|
||||||
Duration.Custom, true, attached.getControllerId()
|
Duration.Custom, true, targetedPermanent.getControllerId()
|
||||||
).setTargetPointer(new FixedTarget(equipment, game)), source);
|
).setTargetPointer(new FixedTarget(equipment, game)), source);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue