mirror of
https://github.com/correl/mage.git
synced 2024-11-15 11:09:30 +00:00
fixed Issue 24: GainControlTargetEffect does not work properly with Duration.EndOfTurn as Duration
This commit is contained in:
parent
c79758f0e5
commit
eeb561ef3c
1 changed files with 1 additions and 0 deletions
|
@ -169,6 +169,7 @@ public abstract class PermanentImpl<T extends PermanentImpl<T>> extends CardImpl
|
|||
for (Ability ability: this.abilities) {
|
||||
ability.reset(game);
|
||||
}
|
||||
this.controllerId = this.ownerId;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in a new issue