mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 04:52:07 -08:00
* 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
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue