mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 19:28:01 +00:00
Fix formatting.
This commit is contained in:
@@ -167,7 +167,7 @@ public class CreatureEvaluator {
|
||||
|
||||
for (final SpellAbility sa : c.getSpellAbilities()) {
|
||||
if (sa.isAbility()) {
|
||||
value += addValue(10, "sa"+sa);
|
||||
value += addValue(10, "sa: " + sa);
|
||||
}
|
||||
}
|
||||
if (!c.getManaAbilities().isEmpty()) {
|
||||
|
||||
Reference in New Issue
Block a user