forked from External/mage
small fixes
This commit is contained in:
parent
4d73ee6587
commit
2355d35e04
12 changed files with 40 additions and 27 deletions
|
|
@ -95,7 +95,7 @@ public class EntersBattlefieldAbility extends StaticAbility {
|
|||
return;
|
||||
}
|
||||
}
|
||||
super.addEffect(effect); //To change body of generated methods, choose Tools | Templates.
|
||||
super.addEffect(effect);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
@ -108,6 +108,6 @@ public class EntersBattlefieldAbility extends StaticAbility {
|
|||
if (abilityRule != null && !abilityRule.isEmpty()) {
|
||||
return abilityRule;
|
||||
}
|
||||
return (optional ? "you may have " : "") + "{this} enter" + (optional ? "" : "s") + " the battlefield " + super.getRule();
|
||||
return (optional ? "you may have " : "") + "{this} enter" + (optional ? "" : "s") + " the battlefield" + super.getRule();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue