mirror of
https://github.com/correl/mage.git
synced 2024-12-26 03:00:11 +00:00
minor
This commit is contained in:
parent
2fe2da8eaf
commit
83a6e88076
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ public class AbilitiesImpl<T extends Ability> extends ArrayList<T> implements Ab
|
|||
if (ability instanceof SpellAbility && ability.getAlternativeCosts().size() > 0) {
|
||||
StringBuilder sbRule = new StringBuilder();
|
||||
for (AlternativeCost cost: ability.getAlternativeCosts()) {
|
||||
sbRule.append(cost.getName()).append("\n");
|
||||
sbRule.append(cost.getName()).append(".\n");
|
||||
}
|
||||
rules.add(sbRule.toString());
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue