mirror of
https://github.com/magefree/mage.git
synced 2025-12-24 12:31:59 -08:00
[WOE] Implement Welcome to Sweettooth (#10937)
This commit is contained in:
parent
319e5df120
commit
d789aea306
3 changed files with 74 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, Effect effect, Target target) {
|
||||
addChapterEffect(card, chapter, chapter, new Effects(effect), target);
|
||||
}
|
||||
|
||||
public void addChapterEffect(Card card, SagaChapter chapter, Effects effects, Target target) {
|
||||
addChapterEffect(card, chapter, chapter, effects, target);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue