one more tweak for revealYouChoose stackDesc

This commit is contained in:
Northmoc
2022-04-19 12:29:05 -04:00
parent af6b25e83f
commit 49e1dbb916

View File

@@ -80,7 +80,7 @@ public class DiscardEffect extends SpellAbilityEffect {
}
if (revealYouChoose) {
sb.append(oneTgtP ? " from it. " : " from them. ").append(tgtPs);
sb.append(valid.contains(" from ") ? ". " : (oneTgtP ? " from it. " : " from them. ")).append(tgtPs);
sb.append(oneTgtP ? " discards " : " discard ");
sb.append(numCards > 1 || !oneTgtP ? "those cards" : "that card");
} else if (revealDiscardAll) {