mirror of
https://github.com/magefree/mage.git
synced 2025-12-29 23:12:10 -08:00
parent
1cb737537e
commit
5a99a3afa6
1 changed files with 2 additions and 2 deletions
|
|
@ -86,10 +86,10 @@ class CavesOfChaosAdventurerEffect extends OneShotEffect {
|
|||
player.moveCards(card, Zone.EXILED, source, game);
|
||||
if (CompletedDungeonWatcher.checkPlayer(source.getControllerId(), game)) {
|
||||
game.addEffect(new PlayFromNotOwnHandZoneTargetEffect(
|
||||
Zone.EXILED, TargetController.YOU, Duration.Custom, true
|
||||
Zone.EXILED, TargetController.YOU, Duration.EndOfTurn, true
|
||||
).setTargetPointer(new FixedTarget(card, game)), source);
|
||||
} else {
|
||||
CardUtil.makeCardPlayable(game, source, card, Duration.Custom, true);
|
||||
CardUtil.makeCardPlayable(game, source, card, Duration.EndOfTurn, false);
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue