mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 04:52:07 -08:00
* Mirrorwing Dragon - Fixed wrong target handling.
This commit is contained in:
parent
4302186032
commit
e5117a967d
2 changed files with 6 additions and 1 deletions
|
|
@ -122,7 +122,7 @@ public abstract class CopySpellForEachItCouldTargetEffect<T extends MageItem> ex
|
|||
copy = spell.copySpell(source.getControllerId());
|
||||
try {
|
||||
modifyCopy(copy, (T) obj, game, source);
|
||||
if (!filter.match((T) obj, game)) {
|
||||
if (!filter.match((T) obj, source.getSourceId(), actingPlayer.getId(), game)) {
|
||||
continue;
|
||||
}
|
||||
} catch (ClassCastException e) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue