mirror of
https://github.com/correl/mage.git
synced 2025-04-08 17:00:07 -09: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)
|
||||
.forEach(uuid -> {
|
||||
CreateTokenCopyTargetEffect effect = new CreateTokenCopyTargetEffect(
|
||||
source.getId(), null, true
|
||||
source.getControllerId(), null, true
|
||||
);
|
||||
effect.setTargetPointer(new FixedTarget(uuid, game));
|
||||
effect.apply(game, source);
|
||||
|
|
Loading…
Add table
Reference in a new issue