mirror of
https://github.com/magefree/mage.git
synced 2026-01-09 12:22:10 -08:00
more text adjustments
This commit is contained in:
parent
6695358060
commit
35ec41d8e0
3 changed files with 3 additions and 3 deletions
|
|
@ -201,7 +201,7 @@ public class LookLibraryAndPickControllerEffect extends LookLibraryControllerEff
|
|||
if (revealPickedCards) {
|
||||
sb.append("and put ");
|
||||
sb.append(plural ? "them " : "it ");
|
||||
} else if (putPickedCards == PutCards.TOP_ANY) {
|
||||
} else if (putPickedCards == PutCards.TOP_ANY && (numberOfCards instanceof StaticValue)) {
|
||||
sb.append("back ");
|
||||
}
|
||||
sb.append(putPickedCards.getMessage(false, plural));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue