forked from External/mage
[LTC] Implement Oarth Of Eorl (#10469)
Added one constructor for SagaAbility, accepting multiple effects and a target.
This commit is contained in:
parent
1194feefd8
commit
720b2fe163
4 changed files with 112 additions and 0 deletions
|
|
@ -63,6 +63,10 @@ public class SagaAbility extends SimpleStaticAbility {
|
|||
addChapterEffect(card, chapter, chapter, new Effects(effects));
|
||||
}
|
||||
|
||||
public void addChapterEffect(Card card, SagaChapter chapter, Effects effects, Target target) {
|
||||
addChapterEffect(card, chapter, chapter, effects, target);
|
||||
}
|
||||
|
||||
public void addChapterEffect(Card card, SagaChapter chapter, Consumer<TriggeredAbility> applier) {
|
||||
addChapterEffect(card, chapter, chapter, applier);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue