[C21] various text fixes

This commit is contained in:
Evan Kranzler 2021-04-28 21:00:36 -04:00
parent 1542608c7d
commit 731e948841
72 changed files with 98 additions and 106 deletions

View file

@ -195,7 +195,7 @@ public class LookLibraryControllerEffect extends OneShotEffect {
}
}
if (this.mayShuffleAfter) {
sb.append(". You may shuffle your library");
sb.append(". You may shuffle");
}
return sb.toString();