mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 10:48:00 +00:00
one more tweak for revealYouChoose stackDesc
This commit is contained in:
@@ -80,7 +80,7 @@ public class DiscardEffect extends SpellAbilityEffect {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (revealYouChoose) {
|
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(oneTgtP ? " discards " : " discard ");
|
||||||
sb.append(numCards > 1 || !oneTgtP ? "those cards" : "that card");
|
sb.append(numCards > 1 || !oneTgtP ? "those cards" : "that card");
|
||||||
} else if (revealDiscardAll) {
|
} else if (revealDiscardAll) {
|
||||||
|
|||||||
Reference in New Issue
Block a user