* Kami of the Painted Road - Added text for color choose action.

This commit is contained in:
LevelX2 2013-10-13 17:47:54 +02:00
parent 7ded7f0e36
commit 07af4000c5

View file

@ -67,7 +67,7 @@ public class KamiOfThePaintedRoad extends CardImpl<KamiOfThePaintedRoad> {
Ability ability = new SpellCastControllerTriggeredAbility(new GainProtectionFromColorSourceEffect(Duration.EndOfTurn), filter, true);
Choice colorChoice = new ChoiceColor();
colorChoice.setMessage("Choose color (Kami of the Painted Road)");
ability.addChoice(new ChoiceColor());
ability.addChoice(colorChoice);
this.addAbility(ability);
}