1
0
Fork 0
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:
Evan Kranzler 2019-08-27 17:38:24 -04:00
parent fb6a7886b0
commit df459172de

View file

@ -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);