Updated cards for new choice dialog

This commit is contained in:
Oleg Agafonov 2017-12-28 04:25:17 +04:00
parent 3bdd2ae8bb
commit 6afbcb638b

View file

@ -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());
}