forked from External/mage
fixed Watcher for Tomorrow not returning the exiled card to hand
This commit is contained in:
parent
fe5f97dc30
commit
bf0bbaf877
1 changed files with 1 additions and 1 deletions
|
|
@ -72,7 +72,7 @@ class WatcherForTomorrowEffect extends OneShotEffect {
|
|||
if (player == null) {
|
||||
return false;
|
||||
}
|
||||
ExileZone zone = game.getExile().getExileZone(CardUtil.getCardExileZoneId(game, source));
|
||||
ExileZone zone = game.getExile().getExileZone(CardUtil.getCardExileZoneId(game, source.getSourceId(), true));
|
||||
if (zone == null) {
|
||||
return false;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue