* UI: added card hints about active requirement effects (permanent must attack or must block);

This commit is contained in:
Oleg Agafonov 2020-01-29 06:51:12 +04:00
parent 537906004f
commit 68326c8554
4 changed files with 26 additions and 4 deletions

View file

@ -791,6 +791,9 @@ public final class ManaSymbols {
if (replaced.contains(HintUtils.HINT_ICON_RESTRICT)) {
replaced = replaced.replace(HintUtils.HINT_ICON_RESTRICT, GuiDisplayUtil.getHintIconHtml("restrict", symbolSize) + " ");
}
if (replaced.contains(HintUtils.HINT_ICON_REQUIRE)) {
replaced = replaced.replace(HintUtils.HINT_ICON_REQUIRE, GuiDisplayUtil.getHintIconHtml("require", symbolSize) + " ");
}
// ignored data restore
replaced = replaced