mirror of
https://github.com/correl/mage.git
synced 2024-11-14 19:19:32 +00:00
fixed verify failure
This commit is contained in:
parent
ed759d7a63
commit
bb46ac5ad6
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ class ConundrumSphinxEffect extends OneShotEffect {
|
|||
super(Outcome.DrawCard);
|
||||
staticText = "each player chooses a card name. Then each player reveals the top card of their library. " +
|
||||
"If the card a player revealed has the name they chose, that player puts it into their hand. " +
|
||||
"If it doesn’t, that player puts it on the bottom of their library";
|
||||
"If it doesn't, that player puts it on the bottom of their library";
|
||||
}
|
||||
|
||||
public ConundrumSphinxEffect(final ConundrumSphinxEffect effect) {
|
||||
|
|
Loading…
Reference in a new issue