mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 13:02:06 -08:00
[ZNR] a few text fixes
This commit is contained in:
parent
d21684c107
commit
f98069e829
6 changed files with 6 additions and 6 deletions
|
|
@ -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.");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue