mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 13:02:06 -08:00
[CMR] fixed Encore ability not sacrificing tokens (fixes #7178)
This commit is contained in:
parent
d996ff0e42
commit
067cbabbbc
1 changed files with 1 additions and 0 deletions
|
|
@ -168,6 +168,7 @@ class EncoreSacrificeEffect extends OneShotEffect {
|
|||
|
||||
private EncoreSacrificeEffect(final EncoreSacrificeEffect effect) {
|
||||
super(effect);
|
||||
this.mageObjectReferenceSet.addAll(effect.mageObjectReferenceSet);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue