mirror of
https://github.com/magefree/mage.git
synced 2025-12-29 06:52:02 -08:00
Added target handling for modal spells with multiple targets in different modes. Fixed target handling bugs in test project.
This commit is contained in:
parent
f8f21bd8ce
commit
907b029bdb
5 changed files with 45 additions and 17 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue