mirror of
https://github.com/correl/mage.git
synced 2025-03-16 09:16:26 -09: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);
|
Ability ability = new SpellCastControllerTriggeredAbility(new GainProtectionFromColorSourceEffect(Duration.EndOfTurn), filter, true);
|
||||||
Choice colorChoice = new ChoiceColor();
|
Choice colorChoice = new ChoiceColor();
|
||||||
colorChoice.setMessage("Choose color (Kami of the Painted Road)");
|
colorChoice.setMessage("Choose color (Kami of the Painted Road)");
|
||||||
ability.addChoice(new ChoiceColor());
|
ability.addChoice(colorChoice);
|
||||||
this.addAbility(ability);
|
this.addAbility(ability);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue