forked from External/mage
* Flicker of Fate - fixed that it return permanents tapped;
This commit is contained in:
parent
9bcebded30
commit
2db9419ff1
2 changed files with 2 additions and 2 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue