mirror of
https://github.com/magefree/mage.git
synced 2025-12-30 07:22:03 -08:00
Some improvements to rule text generation of BoostControlledEffect.
This commit is contained in:
parent
cc31e1b9d9
commit
c2aa574ea6
7 changed files with 24 additions and 18 deletions
|
|
@ -136,10 +136,10 @@ public class BoostControlledEffect extends ContinuousEffectImpl<BoostControlledE
|
|||
String message = null;
|
||||
StringBuilder sb = new StringBuilder();
|
||||
if (excludeSource) {
|
||||
sb.append("each other ");
|
||||
sb.append("Other ");
|
||||
}
|
||||
sb.append(filter.getMessage());
|
||||
sb.append(" you control gets ");
|
||||
sb.append(" you control get ");
|
||||
|
||||
String p = power.toString();
|
||||
if(!p.startsWith("-")) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue