[FIC] Implement Lord Jyscal Guado

This commit is contained in:
theelk801 2025-05-13 10:54:33 -04:00
parent 3d7c610431
commit 36ecbd8cf6
3 changed files with 110 additions and 1 deletions

View file

@ -20,7 +20,7 @@ public class ConditionHint implements Hint {
private final boolean useIcons;
public ConditionHint(Condition condition) {
this(condition, condition.toString());
this(condition, CardUtil.getTextWithFirstCharUpperCase(condition.toString()));
}
public ConditionHint(Condition condition, String textWithIcons) {