forked from External/mage
implement [LCI] Sage of Days
This commit is contained in:
parent
8a87c0f1f8
commit
987d49520a
3 changed files with 45 additions and 0 deletions
|
|
@ -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));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue