mirror of
https://github.com/correl/mage.git
synced 2024-12-27 03:00:13 +00:00
* Jace, Unraveler of Secrets - Fixed that the emblem did never counter a spell (fixes #1739).
This commit is contained in:
parent
2d18e66a8f
commit
bc4999a698
1 changed files with 2 additions and 1 deletions
|
@ -127,6 +127,7 @@ class JaceUnravelerOfSecretsTriggeredAbility extends SpellCastOpponentTriggeredA
|
||||||
for (Effect effect : getEffects()) {
|
for (Effect effect : getEffects()) {
|
||||||
effect.setTargetPointer(new FixedTarget(event.getTargetId()));
|
effect.setTargetPointer(new FixedTarget(event.getTargetId()));
|
||||||
}
|
}
|
||||||
|
return true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue