mirror of
https://github.com/magefree/mage.git
synced 2025-12-21 02:52:02 -08:00
fix required choice on ability counter
This commit is contained in:
parent
62a99a0497
commit
5aaf6fe773
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ public class AddCounterChoiceSourceEffect extends OneShotEffect {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
Choice counterChoice = new ChoiceImpl();
|
Choice counterChoice = new ChoiceImpl(true);
|
||||||
counterChoice.setMessage("Choose counter type");
|
counterChoice.setMessage("Choose counter type");
|
||||||
counterChoice.setChoices(
|
counterChoice.setChoices(
|
||||||
this.counterTypes
|
this.counterTypes
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue