mirror of
https://github.com/magefree/mage.git
synced 2025-12-23 03:51:58 -08:00
fixed Hate Mirage not working
This commit is contained in:
parent
fb6a7886b0
commit
df459172de
1 changed files with 1 additions and 1 deletions
|
|
@ -74,7 +74,7 @@ class HateMirageEffect extends OneShotEffect {
|
||||||
.flatMap(Collection::stream)
|
.flatMap(Collection::stream)
|
||||||
.forEach(uuid -> {
|
.forEach(uuid -> {
|
||||||
CreateTokenCopyTargetEffect effect = new CreateTokenCopyTargetEffect(
|
CreateTokenCopyTargetEffect effect = new CreateTokenCopyTargetEffect(
|
||||||
source.getId(), null, true
|
source.getControllerId(), null, true
|
||||||
);
|
);
|
||||||
effect.setTargetPointer(new FixedTarget(uuid, game));
|
effect.setTargetPointer(new FixedTarget(uuid, game));
|
||||||
effect.apply(game, source);
|
effect.apply(game, source);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue