mirror of
https://github.com/magefree/mage.git
synced 2025-12-24 20:41:58 -08:00
[LTR] Implement Gimli, Mournful Avenger
This commit is contained in:
parent
38b7f9e5f5
commit
01e0780f85
3 changed files with 151 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ public enum CreatureDiedControlledCondition implements Condition {
|
|||
return game
|
||||
.getState()
|
||||
.getWatcher(CreaturesDiedWatcher.class)
|
||||
.getAmountOfCreaturesDiedThisTurnByOwner(source.getControllerId()) > 0;
|
||||
.getAmountOfCreaturesDiedThisTurnByController(source.getControllerId()) > 0;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue