mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-13 01:08:06 +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")
|
} else if (keyword.startsWith("Morph") || keyword.startsWith("Megamorph")
|
||||||
|| keyword.startsWith("Escape") || keyword.startsWith("Foretell:")
|
|| keyword.startsWith("Escape") || keyword.startsWith("Foretell:")
|
||||||
|| keyword.startsWith("Disturb") || keyword.startsWith("Madness:")
|
|| keyword.startsWith("Disturb") || keyword.startsWith("Madness:")
|
||||||
|| keyword.startsWith("Reconfigure")) {
|
|| keyword.startsWith("Reconfigure") || keyword.startsWith("Specialize")) {
|
||||||
String[] k = keyword.split(":");
|
String[] k = keyword.split(":");
|
||||||
sbLong.append(k[0]);
|
sbLong.append(k[0]);
|
||||||
if (k.length > 1) {
|
if (k.length > 1) {
|
||||||
|
|||||||
Reference in New Issue
Block a user