mirror of
https://github.com/magefree/mage.git
synced 2026-01-24 20:29:19 -08:00
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()) {
|
if (player.getLibrary().hasCards()) {
|
||||||
Choice cardChoice = new ChoiceImpl();
|
Choice cardChoice = new ChoiceImpl();
|
||||||
cardChoice.setChoices(CardRepository.instance.getNames
|
cardChoice.setChoices(CardRepository.instance.getNames());
|
||||||
cardChoice.setMessage("Name a card");
|
cardChoice.setMessage("Name a card");
|
||||||
while (!player.choose(Outcome.DrawCard, cardChoice, game)) {
|
while (!player.choose(Outcome.DrawCard, cardChoice, game)) {
|
||||||
if (!player.canRespond()) {
|
if (!player.canRespond()) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue