mirror of
https://github.com/magefree/mage.git
synced 2026-01-09 20:32:06 -08:00
[LCI] Implement Abuelo's Awakening
This commit is contained in:
parent
ec475f486c
commit
2f3161e83d
3 changed files with 153 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ public class ReturnFromGraveyardToBattlefieldWithCounterTargetEffect extends Ret
|
|||
this.additional = additional;
|
||||
}
|
||||
|
||||
private ReturnFromGraveyardToBattlefieldWithCounterTargetEffect(final ReturnFromGraveyardToBattlefieldWithCounterTargetEffect effect) {
|
||||
protected ReturnFromGraveyardToBattlefieldWithCounterTargetEffect(final ReturnFromGraveyardToBattlefieldWithCounterTargetEffect effect) {
|
||||
super(effect);
|
||||
this.counter = effect.counter.copy();
|
||||
this.additional = effect.additional;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue