more text adjustments

This commit is contained in:
xenohedron 2023-11-04 16:53:54 -04:00
parent 6695358060
commit 35ec41d8e0
3 changed files with 3 additions and 3 deletions

View file

@ -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));