* Flicker of Fate - fixed that it return permanents tapped;

This commit is contained in:
Oleg Agafonov 2020-01-30 05:38:23 +04:00
parent 9bcebded30
commit 2db9419ff1
2 changed files with 2 additions and 2 deletions

View file

@ -422,7 +422,7 @@ public final class SystemUtil {
});
// TODO: set priority for us?
Choice choice = new ChoiceImpl();
choice.setMessage("Choose playable ability to active by opponent " + opponent.getName());
choice.setMessage("Choose playable ability to activate by opponent " + opponent.getName());
choice.setKeyChoices(choices);
if (feedbackPlayer.choose(Outcome.Detriment, choice, game) && choice.getChoiceKey() != null) {
String needId = choice.getChoiceKey();