merge cleanup

This commit is contained in:
xenohedron 2023-12-05 20:30:09 -05:00
parent 898952515e
commit 8deb441f6f
8 changed files with 10 additions and 12 deletions

View file

@ -120,7 +120,7 @@ public class BoostControlledEffect extends ContinuousEffectImpl {
sb.append("other ");
}
sb.append(filter.getMessage());
if (!filter.getMessage().endsWith("you control")) {
if (!filter.getMessage().endsWith("you control") && !filter.getMessage().contains("you control that's")) {
sb.append(" you control");
}
sb.append(each ? " gets " : " get ");