mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 04:52:07 -08:00
fixed adding saga counter not using the stack (this should be a state-based action though)
This commit is contained in:
parent
35b78f8d11
commit
05070cff35
1 changed files with 1 additions and 0 deletions
|
|
@ -53,6 +53,7 @@ public class SagaAbility extends TriggeredAbilityImpl {
|
|||
|
||||
public SagaAbility(Card card, SagaChapter maxChapter) {
|
||||
super(Zone.ALL, new AddCountersSourceEffect(CounterType.LORE.createInstance()), false);
|
||||
this.usesStack = false;
|
||||
this.maxChapter = maxChapter;
|
||||
this.setRuleVisible(false);
|
||||
((CardImpl) card).addAbility(new SagaAddCounterAbility(maxChapter));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue