forked from External/mage
* Some changes to improve mana use of AI.
This commit is contained in:
parent
c3d0297045
commit
3972695428
7 changed files with 297 additions and 62 deletions
|
|
@ -59,7 +59,7 @@ public class ActivateIfConditionManaAbility extends ActivatedManaAbilityImpl {
|
|||
|
||||
@Override
|
||||
public String getRule() {
|
||||
return new StringBuilder(super.getRule()).append(" Activate this ability only if ").append(condition.toString()).append('.').toString();
|
||||
return super.getRule() + " Activate this ability only if " + condition.toString() + '.';
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue