mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 10:40:06 -08:00
Disciple of Caelus Nin - fixed that it doesn't ask other players to keep permanents (closes #12151);
This commit is contained in:
parent
f95a70dda4
commit
5784bce025
1 changed files with 1 additions and 1 deletions
|
|
@ -77,7 +77,7 @@ class DiscipleOfCaelusNinFirstEffect extends OneShotEffect {
|
||||||
toKeep.add(source.getSourceId());
|
toKeep.add(source.getSourceId());
|
||||||
}
|
}
|
||||||
for (UUID playerId : game.getState().getPlayersInRange(source.getControllerId(), game)) {
|
for (UUID playerId : game.getState().getPlayersInRange(source.getControllerId(), game)) {
|
||||||
Player player = game.getPlayer(source.getControllerId());
|
Player player = game.getPlayer(playerId);
|
||||||
if (player == null) {
|
if (player == null) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue