Some improvements to rule text generation of BoostControlledEffect.

This commit is contained in:
LevelX2 2013-05-21 16:42:49 +02:00
parent cc31e1b9d9
commit c2aa574ea6
7 changed files with 24 additions and 18 deletions

View file

@ -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("-")) {