mirror of
https://github.com/correl/mage.git
synced 2025-01-11 19:13:02 +00:00
fixed Knight of the Ebon Legion not getting a counter at end of turn
This commit is contained in:
parent
b28281db09
commit
783095f0d2
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ enum KnightOfTheEbonLegionCondition implements Condition {
|
|||
}
|
||||
return game
|
||||
.getState()
|
||||
.getPlayersInRange(source.getSourceId(), game)
|
||||
.getPlayersInRange(source.getControllerId(), game)
|
||||
.stream()
|
||||
.anyMatch(uuid -> watcher.getLifeLost(uuid) > 3);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue