[Minor] formatting.

This commit is contained in:
LevelX2 2013-04-25 00:27:00 +02:00
parent 75af2c65fb
commit 773e68d760
2 changed files with 89 additions and 90 deletions

View file

@ -75,7 +75,6 @@ public class Outwit extends CardImpl<Outwit> {
return new Outwit(this);
}
private class CustomTargetSpell extends TargetObject<CustomTargetSpell> {
protected FilterSpell filter;

View file

@ -117,9 +117,9 @@ public class EntersBattlefieldAllTriggeredAbility extends TriggeredAbilityImpl {
StringBuilder sb = new StringBuilder("Whenever ").append(filter.getMessage());
sb.append(" enters the battlefield");
if (controlled) {
sb.append("under your control,");
sb.append("under your control, ");
} else {
sb.append(",");
sb.append(", ");
}
sb.append(super.getRule());
return sb.toString();