ManaConvert keyword display

This commit is contained in:
Hythonia
2021-04-12 09:46:27 +02:00
parent 49cdd4d36d
commit bb659d39db
3 changed files with 6 additions and 5 deletions

View File

@@ -1915,6 +1915,9 @@ public class Card extends GameEntity implements Comparable<Card>, IHasSVars {
s.append(" on it.");
}
sbLong.append(s).append("\r\n");
} else if (keyword.startsWith("ManaConvert")) {
final String[] k = keyword.split(":");
sbLong.append(k[2]).append("\r\n");
} else if (keyword.startsWith("Protection:") || keyword.startsWith("DeckLimit")) {
final String[] k = keyword.split(":");
sbLong.append(k[2]).append("\r\n");