fix Lidless Gaze duration (#12305)

This commit is contained in:
gravitybone 2024-05-27 02:00:21 +02:00 committed by GitHub
parent a02259db82
commit e402f41e80
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -83,7 +83,7 @@ class LidlessGazeEffect extends OneShotEffect {
cards.retainZone(Zone.EXILED, game);
for (Card card : cards.getCards(game)) {
CardUtil.makeCardPlayable(game, source, card, false, Duration.EndOfTurn,
CardUtil.makeCardPlayable(game, source, card, false, Duration.UntilEndOfYourNextTurn,
true, controller.getId(), null);
}