mirror of
https://github.com/magefree/mage.git
synced 2026-01-09 20:32:06 -08:00
followup text fixes
This commit is contained in:
parent
8ef7d7816e
commit
6f43e76c9e
2 changed files with 4 additions and 2 deletions
|
|
@ -139,7 +139,9 @@ public class SacrificeAllEffect extends OneShotEffect {
|
|||
sb.append(' ');
|
||||
sb.append(filter.getMessage());
|
||||
}
|
||||
sb.append(" of their choice");
|
||||
if (!filter.getMessage().contains("with")) {
|
||||
sb.append(" of their choice");
|
||||
}
|
||||
staticText = sb.toString();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue