mirror of
https://github.com/correl/mage.git
synced 2024-12-26 03:00:11 +00:00
* Kami of the Painted Road - Added text for color choose action.
This commit is contained in:
parent
7ded7f0e36
commit
07af4000c5
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue