mirror of
https://github.com/magefree/mage.git
synced 2025-12-26 05:22:02 -08:00
simplified default saga constructor
This commit is contained in:
parent
75d0e6b71b
commit
87d74a4cf9
48 changed files with 51 additions and 47 deletions
|
|
@ -28,6 +28,10 @@ public class SagaAbility extends SimpleStaticAbility {
|
|||
|
||||
private final SagaChapter maxChapter;
|
||||
|
||||
public SagaAbility(Card card) {
|
||||
this(card, SagaChapter.CHAPTER_III);
|
||||
}
|
||||
|
||||
public SagaAbility(Card card, SagaChapter maxChapter) {
|
||||
super(Zone.ALL, new AddCountersSourceEffect(CounterType.LORE.createInstance()));
|
||||
this.maxChapter = maxChapter;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue