Vexing Arcanix fix

This commit is contained in:
Zzooouhh 2017-10-22 17:29:33 +02:00 committed by GitHub
parent 46817238fe
commit dcc6baf216

View file

@ -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()) {