mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-15 18:28: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) {
|
||||
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) {
|
||||
|
||||
Reference in New Issue
Block a user