nonLandNames support. updated Conundrum Sphinx

This commit is contained in:
magenoxx 2011-06-08 18:15:38 +04:00
parent 6238e2dfa1
commit 41546cf7d3
2 changed files with 7 additions and 1 deletions

View file

@ -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()) {