mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 12:18:00 +00:00
- More formatting fixes.
This commit is contained in:
@@ -2419,7 +2419,7 @@ public class Card extends GameEntity implements Comparable<Card> {
|
||||
// Add SpellAbilities
|
||||
for (final SpellAbility element : this.getSpellAbilities()) {
|
||||
|
||||
String elementText = element.toString();
|
||||
String elementText = element.toString();
|
||||
|
||||
//Determine if a card has multiple choices, then format it in an easier to read list.
|
||||
if (element.getApi() != null && element.getApi().equals(ApiType.Charm)) {
|
||||
|
||||
Reference in New Issue
Block a user