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:
@@ -2418,8 +2418,8 @@ public class Card extends GameEntity implements Comparable<Card> {
|
|||||||
// I think SpellAbilities should be displayed after Keywords
|
// I think SpellAbilities should be displayed after Keywords
|
||||||
// Add SpellAbilities
|
// Add SpellAbilities
|
||||||
for (final SpellAbility element : this.getSpellAbilities()) {
|
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.
|
//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)) {
|
if (element.getApi() != null && element.getApi().equals(ApiType.Charm)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user