forked from External/mage
Added text message for cardChoice
This commit is contained in:
parent
465d4e9020
commit
75af668430
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue