mirror of
https://github.com/magefree/mage.git
synced 2026-01-10 12:52:06 -08:00
[FIC] Implement Lord Jyscal Guado
This commit is contained in:
parent
3d7c610431
commit
36ecbd8cf6
3 changed files with 110 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue