mirror of
https://github.com/magefree/mage.git
synced 2026-01-26 21:29:17 -08:00
[MKM] fix Living Conundrum equality check
This commit is contained in:
parent
1a7edda03d
commit
c362e51af3
1 changed files with 2 additions and 1 deletions
|
|
@ -115,6 +115,7 @@ enum LivingConundrumCondition implements Condition {
|
|||
.ofNullable(game.getPlayer(source.getControllerId()))
|
||||
.map(Player::getLibrary)
|
||||
.map(Library::size)
|
||||
.equals(0);
|
||||
.map(i -> i == 0)
|
||||
.orElse(false);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue