forked from External/mage
* UI: added card hints about active requirement effects (permanent must attack or must block);
This commit is contained in:
parent
537906004f
commit
68326c8554
4 changed files with 26 additions and 4 deletions
|
|
@ -16,6 +16,7 @@ public class HintUtils {
|
|||
public static final String HINT_ICON_GOOD = "ICON_GOOD";
|
||||
public static final String HINT_ICON_BAD = "ICON_BAD";
|
||||
public static final String HINT_ICON_RESTRICT = "ICON_RESTRICT";
|
||||
public static final String HINT_ICON_REQUIRE = "ICON_REQUIRE";
|
||||
|
||||
//
|
||||
public static final String HINT_START_MARK = "<br/><hintstart/>"; // workaround to find hint text in rules list and shows it in html
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue