mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 13:02:06 -08:00
Updated cards for new choice dialog
This commit is contained in:
parent
3bdd2ae8bb
commit
6afbcb638b
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@ public class GainProtectionFromColorTargetEffect extends GainAbilityTargetEffect
|
|||
|
||||
public GainProtectionFromColorTargetEffect(Duration duration, ObjectColor protectColor) {
|
||||
super(new ProtectionAbility(new FilterCard()), duration);
|
||||
choice = new ChoiceColor(true);
|
||||
choice = new ChoiceColor(true, "Choose a color to gain protection against it");
|
||||
if (protectColor != null) {
|
||||
choice.setChoice(protectColor.toString());
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue