mirror of
https://github.com/correl/mage.git
synced 2025-03-12 17:00:08 -09:00
fix Netherborn Phalanx to not stop after first opponent
This commit is contained in:
parent
f334b81de6
commit
c21b64fcbf
1 changed files with 1 additions and 1 deletions
|
@ -72,10 +72,10 @@ class NetherbornPhalanxEffect extends OneShotEffect {
|
|||
Player opponent = game.getPlayer(playerId);
|
||||
if (opponent != null) {
|
||||
opponent.loseLife(count, game, source, false);
|
||||
return true;
|
||||
}
|
||||
}
|
||||
}
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue