update text: sacrifice "of their choice"

This commit is contained in:
xenohedron 2024-11-29 02:36:17 -05:00
parent 7292639137
commit 729869ec36
13 changed files with 41 additions and 69 deletions

View file

@ -139,6 +139,7 @@ public class SacrificeAllEffect extends OneShotEffect {
sb.append(' ');
sb.append(filter.getMessage());
}
sb.append(" of their choice");
staticText = sb.toString();
}