fixed Issue 24: GainControlTargetEffect does not work properly with Duration.EndOfTurn as Duration

This commit is contained in:
magenoxx 2011-01-10 13:55:26 +03:00
parent c79758f0e5
commit eeb561ef3c

View file

@ -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