Added target handling for modal spells with multiple targets in different modes. Fixed target handling bugs in test project.

This commit is contained in:
LevelX2 2015-05-30 12:43:17 +02:00
parent f8f21bd8ce
commit 907b029bdb
5 changed files with 45 additions and 17 deletions

View file

@ -51,7 +51,7 @@ public class GainProtectionFromColorTargetEffect extends GainAbilityTargetEffect
public GainProtectionFromColorTargetEffect(Duration duration) {
super(new ProtectionAbility(new FilterCard()), duration);
choice = new ChoiceColor();
choice = new ChoiceColor(true);
}
public GainProtectionFromColorTargetEffect(final GainProtectionFromColorTargetEffect effect) {