mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 02:30:08 -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;
|
||||
}
|
||||
|
||||
Choice counterChoice = new ChoiceImpl();
|
||||
Choice counterChoice = new ChoiceImpl(true);
|
||||
counterChoice.setMessage("Choose counter type");
|
||||
counterChoice.setChoices(
|
||||
this.counterTypes
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue