forked from External/mage
nonLandNames support. updated Conundrum Sphinx
This commit is contained in:
parent
6238e2dfa1
commit
41546cf7d3
2 changed files with 7 additions and 1 deletions
|
|
@ -90,7 +90,6 @@ class ConundrumSphinxEffect extends OneShotEffect<ConundrumSphinxEffect> {
|
|||
|
||||
@Override
|
||||
public boolean apply(Game game, Ability source) {
|
||||
Set<String> cardNames = Sets.getCardNames();
|
||||
Choice cardChoice = new ChoiceImpl();
|
||||
cardChoice.setChoices(Sets.getCardNames());
|
||||
for (Player player: game.getPlayers().values()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue