mirror of
https://github.com/magefree/mage.git
synced 2025-12-26 05:22:02 -08:00
fixed BBD/CMR duals counting opponents incorrectly (fixes #8796)
This commit is contained in:
parent
124bd261e9
commit
21cf9369ab
1 changed files with 1 additions and 0 deletions
|
|
@ -19,6 +19,7 @@ public enum OneOpponentCondition implements Condition {
|
|||
.stream()
|
||||
.map(game::getPlayer)
|
||||
.filter(Objects::nonNull)
|
||||
.filter(player -> !player.hasLost())
|
||||
.count() <= 1;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue