Added text message for cardChoice

This commit is contained in:
Zzooouhh 2017-10-22 16:51:40 +02:00 committed by GitHub
parent 465d4e9020
commit 75af668430

View file

@ -101,6 +101,7 @@ class ConundrumSphinxEffect extends OneShotEffect {
if (player != null) {
if (player.getLibrary().hasCards()) {
cardChoice.clearChoice();
cardChoice.setMessage("Name a card");
while (!player.choose(Outcome.DrawCard, cardChoice, game) && player.canRespond()) {
if (!player.canRespond()) {
continue Players;