Card.keywordsToText() add Specialize to list for now

This commit is contained in:
Northmoc
2022-08-13 22:44:39 -04:00
parent 9a6c45726f
commit 47333d29b4

View File

@@ -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) {