mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-12 08:48:39 +00:00
Card.keywordsToText() add Specialize to list for now
This commit is contained in:
@@ -2010,7 +2010,7 @@ public class Card extends GameEntity implements Comparable<Card>, IHasSVars {
|
||||
} else if (keyword.startsWith("Morph") || keyword.startsWith("Megamorph")
|
||||
|| keyword.startsWith("Escape") || keyword.startsWith("Foretell:")
|
||||
|| keyword.startsWith("Disturb") || keyword.startsWith("Madness:")
|
||||
|| keyword.startsWith("Reconfigure")) {
|
||||
|| keyword.startsWith("Reconfigure") || keyword.startsWith("Specialize")) {
|
||||
String[] k = keyword.split(":");
|
||||
sbLong.append(k[0]);
|
||||
if (k.length > 1) {
|
||||
|
||||
Reference in New Issue
Block a user