forked from External/mage
Vexing Arcanix fix
This commit is contained in:
parent
46817238fe
commit
dcc6baf216
1 changed files with 1 additions and 1 deletions
|
|
@ -93,7 +93,7 @@ class VexingArcanixEffect extends OneShotEffect {
|
|||
|
||||
if (player.getLibrary().hasCards()) {
|
||||
Choice cardChoice = new ChoiceImpl();
|
||||
cardChoice.setChoices(CardRepository.instance.getNames
|
||||
cardChoice.setChoices(CardRepository.instance.getNames());
|
||||
cardChoice.setMessage("Name a card");
|
||||
while (!player.choose(Outcome.DrawCard, cardChoice, game)) {
|
||||
if (!player.canRespond()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue