forked from External/mage
refactor: ChoiceImpl constructor must specify whether required
changed a few others to required where clearly applicable
This commit is contained in:
parent
bdeb4ed7ae
commit
9863e23435
27 changed files with 32 additions and 38 deletions
|
|
@ -440,7 +440,7 @@ public final class SystemUtil {
|
|||
choices.put(ability.getId().toString(), object.getName() + ": " + ability.toString());
|
||||
});
|
||||
// TODO: set priority for us?
|
||||
Choice choice = new ChoiceImpl();
|
||||
Choice choice = new ChoiceImpl(false);
|
||||
choice.setMessage("Choose playable ability to activate by opponent " + opponent.getName());
|
||||
choice.setKeyChoices(choices);
|
||||
if (feedbackPlayer.choose(Outcome.Detriment, choice, game) && choice.getChoiceKey() != null) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue