mirror of
https://github.com/magefree/mage.git
synced 2026-01-10 12:52:06 -08:00
merge cleanup
This commit is contained in:
parent
898952515e
commit
8deb441f6f
8 changed files with 10 additions and 12 deletions
|
|
@ -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 ");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue