fixed Nissa, Genesis Mage -10 forcing players to put 10 cards into play in order to continue

This commit is contained in:
Evan Kranzler 2017-10-22 09:16:51 -04:00
parent 3f62c8d896
commit f29141605b
2 changed files with 14 additions and 8 deletions

View file

@ -270,7 +270,7 @@ public class LookLibraryAndPickControllerEffect extends LookLibraryControllerEff
} else {
sb.append('P');
}
sb.append("put ").append(filter.getMessage()).append(" from among them onto the ");
sb.append("ut ").append(filter.getMessage()).append(" from among them onto the ");
} else {
sb.append(". Put ");
if (numberToPick.calculate(null, null, this) > 1) {