* Fixed a bug that the color choice was fixed if used in activated abilities (e.g. Obi-Wan Kenobi) beyond the first usgae.

This commit is contained in:
LevelX2 2016-12-27 11:48:18 +01:00
parent 82437143c4
commit ad5699f119

View file

@ -63,7 +63,7 @@ public class GainProtectionFromColorTargetEffect extends GainAbilityTargetEffect
public GainProtectionFromColorTargetEffect(final GainProtectionFromColorTargetEffect effect) {
super(effect);
choice = effect.choice;
this.choice = effect.choice.copy();
}
@Override