mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 13:02:06 -08:00
fixed Nissa, Genesis Mage -10 forcing players to put 10 cards into play in order to continue
This commit is contained in:
parent
3f62c8d896
commit
f29141605b
2 changed files with 14 additions and 8 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue