mirror of
https://github.com/magefree/mage.git
synced 2026-01-25 12:49:39 -08: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…
Add table
Add a link
Reference in a new issue