forked from External/mage
* Mesmeric Fiend - Fixed that the exiled card did not get back to hadn of target opponent.
This commit is contained in:
parent
7ed967ac7f
commit
08d93a9e24
1 changed files with 1 additions and 1 deletions
|
|
@ -142,7 +142,7 @@ class MesmericFiendLeaveEffect extends OneShotEffect {
|
|||
public boolean apply(Game game, Ability source) {
|
||||
Player controller = game.getPlayer(source.getControllerId());
|
||||
if (controller != null) {
|
||||
ExileZone exZone = game.getExile().getExileZone(CardUtil.getCardExileZoneId(game, source));
|
||||
ExileZone exZone = game.getExile().getExileZone(CardUtil.getCardExileZoneId(game, source.getSourceId(), true));
|
||||
if (exZone != null) {
|
||||
for (Card card : exZone.getCards(game)) {
|
||||
if (card != null) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue