mirror of
https://github.com/magefree/mage.git
synced 2025-12-29 23:12:10 -08:00
[LTR] Implement Elrond, Lord of Rivendell
This commit is contained in:
parent
31c0c2b070
commit
a998017ddd
3 changed files with 54 additions and 0 deletions
|
|
@ -18,6 +18,10 @@ public class IfAbilityHasResolvedXTimesEffect extends OneShotEffect {
|
|||
private final int resolutionNumber;
|
||||
private final Effect effect;
|
||||
|
||||
public IfAbilityHasResolvedXTimesEffect(int resolutionNumber, Effect effect) {
|
||||
this(effect.getOutcome(), resolutionNumber, effect);
|
||||
}
|
||||
|
||||
public IfAbilityHasResolvedXTimesEffect(Outcome outcome, int resolutionNumber, Effect effect) {
|
||||
super(outcome);
|
||||
this.resolutionNumber = resolutionNumber;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue