implement [LCI] Sage of Days

This commit is contained in:
xenohedron 2023-11-04 00:14:53 -04:00
parent 8a87c0f1f8
commit 987d49520a
3 changed files with 45 additions and 0 deletions

View file

@ -201,6 +201,8 @@ public class LookLibraryAndPickControllerEffect extends LookLibraryControllerEff
if (revealPickedCards) {
sb.append("and put ");
sb.append(plural ? "them " : "it ");
} else if (putPickedCards == PutCards.TOP_ANY) {
sb.append("back ");
}
sb.append(putPickedCards.getMessage(false, plural));