[LTR] Implement Gimli, Mournful Avenger

This commit is contained in:
theelk801 2023-06-15 09:30:51 -04:00
parent 38b7f9e5f5
commit 01e0780f85
3 changed files with 151 additions and 1 deletions

View file

@ -25,7 +25,7 @@ public enum CreatureDiedControlledCondition implements Condition {
return game
.getState()
.getWatcher(CreaturesDiedWatcher.class)
.getAmountOfCreaturesDiedThisTurnByOwner(source.getControllerId()) > 0;
.getAmountOfCreaturesDiedThisTurnByController(source.getControllerId()) > 0;
}
@Override