mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 20:58:03 +00:00
Update 3
This commit is contained in:
@@ -5463,8 +5463,7 @@ public class Card extends GameEntity implements Comparable<Card> {
|
||||
public String getKeywordKey() {
|
||||
List<String> ability = new ArrayList<>();
|
||||
for (final KeywordInterface inst : getKeywords()) {
|
||||
String kw = inst.getOriginal();
|
||||
ability.add(kw);
|
||||
ability.add(inst.getOriginal());
|
||||
}
|
||||
Collections.sort(ability);
|
||||
return String.join(",", ability);
|
||||
|
||||
Reference in New Issue
Block a user