mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 13:02:06 -08:00
* Fixed a problem with not from hand castable cards that were cast before from an opponent e.g. from exile (fixes #2460).
This commit is contained in:
parent
24470a4abf
commit
43c799e889
4 changed files with 121 additions and 70 deletions
|
|
@ -2694,6 +2694,7 @@ public abstract class PlayerImpl implements Player, Serializable {
|
|||
playable.add(ability);
|
||||
}
|
||||
}
|
||||
ability.setControllerId(card.getOwnerId());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue