[CLB] Wand of Wonder no longer exiles from your library

This commit is contained in:
Alex Vasile 2022-07-15 08:58:19 -04:00
parent 7ede88f220
commit ae80822027

View file

@ -88,7 +88,7 @@ class WandOfWonderEffect extends OneShotEffect {
} }
Cards cards = new CardsImpl(); Cards cards = new CardsImpl();
Cards toCast = new CardsImpl(); Cards toCast = new CardsImpl();
for (UUID playerId : game.getState().getPlayersInRange(source.getControllerId(), game)) { for (UUID playerId : game.getOpponents(controller.getId())) {
Player opponent = game.getPlayer(playerId); Player opponent = game.getPlayer(playerId);
if (opponent == null) { if (opponent == null) {
continue; continue;