mirror of
https://github.com/correl/mage.git
synced 2025-04-09 01:01:06 -09: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
Reference in a new issue