[LTR] Implement Eomer, Marshal of Rohan (#10617)

Also, small refactor adding EachTurn to the name of both `setTriggersOnce` and `setDoOnlyOnce`.
This commit is contained in:
Susucre 2023-07-15 03:32:00 +02:00 committed by GitHub
parent 189dff86ea
commit 2188c690c6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
56 changed files with 136 additions and 71 deletions

View file

@ -41,7 +41,7 @@ public interface TriggeredAbility extends Ability {
boolean checkUsedAlready(Game game);
TriggeredAbility setTriggersOnce(boolean triggersOnce);
TriggeredAbility setTriggersOnceEachTurn(boolean triggersOnce);
boolean checkInterveningIfClause(Game game);