mirror of
https://github.com/magefree/mage.git
synced 2026-01-26 13:19:18 -08:00
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) {
|
if (player == null) {
|
||||||
return false;
|
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) {
|
if (zone == null) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue