fix required choice on ability counter

This commit is contained in:
xenohedron 2024-06-29 22:39:41 -04:00
parent 62a99a0497
commit 5aaf6fe773

View file

@ -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