* Ral Zarek - Reverted workaround fix and fixed the cause of the problem the untap did not work.

This commit is contained in:
LevelX2 2017-07-10 17:17:01 +02:00
parent 99a553e814
commit b50d557c75
3 changed files with 84 additions and 37 deletions

View file

@ -56,6 +56,7 @@ public class UntapTargetEffect extends OneShotEffect {
public UntapTargetEffect(final UntapTargetEffect effect) {
super(effect);
this.useOnlyTargetPointer = effect.useOnlyTargetPointer;
}
@Override