forked from External/mage
[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:
parent
189dff86ea
commit
2188c690c6
56 changed files with 136 additions and 71 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue