mirror of
https://github.com/correl/mage.git
synced 2025-03-30 09:08:36 -09: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
Reference in a new issue