mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 10:40:06 -08:00
[CLB] Wand of Wonder no longer exiles from your library
This commit is contained in:
parent
7ede88f220
commit
ae80822027
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue