[ZNR] a few text fixes

This commit is contained in:
Evan Kranzler 2021-10-10 17:16:03 -04:00
parent d21684c107
commit f98069e829
6 changed files with 6 additions and 6 deletions

View file

@ -186,7 +186,7 @@ public class DiscardCardYouChooseTargetEffect extends OneShotEffect {
sb.append(CardUtil.addArticle(filter.getMessage()));
}
if (revealAllCards) {
sb.append(" from it.");
sb.append(filter.getMessage().contains("from it") ? "." : " from it.");
} else {
sb.append(" of them.");
}