mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 21:12:04 -08:00
* Ral Zarek - Reverted workaround fix and fixed the cause of the problem the untap did not work.
This commit is contained in:
parent
99a553e814
commit
b50d557c75
3 changed files with 84 additions and 37 deletions
|
|
@ -56,6 +56,7 @@ public class UntapTargetEffect extends OneShotEffect {
|
|||
|
||||
public UntapTargetEffect(final UntapTargetEffect effect) {
|
||||
super(effect);
|
||||
this.useOnlyTargetPointer = effect.useOnlyTargetPointer;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue