mirror of
https://github.com/correl/mage.git
synced 2025-03-17 17:00:08 -09:00
[Minor] formatting.
This commit is contained in:
parent
75af2c65fb
commit
773e68d760
2 changed files with 89 additions and 90 deletions
|
@ -75,7 +75,6 @@ public class Outwit extends CardImpl<Outwit> {
|
|||
return new Outwit(this);
|
||||
}
|
||||
|
||||
|
||||
private class CustomTargetSpell extends TargetObject<CustomTargetSpell> {
|
||||
|
||||
protected FilterSpell filter;
|
||||
|
|
|
@ -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();
|
||||
|
|
Loading…
Add table
Reference in a new issue