Hints: disable card hints in m15 render mode;

This commit is contained in:
Oleg Agafonov 2019-02-09 12:00:24 +04:00
parent 3f510e97c9
commit f341d35ece
4 changed files with 13 additions and 1 deletions

View file

@ -294,6 +294,7 @@ public abstract class PermanentImpl extends CardImpl implements Permanent {
// total hints
if (!abilityHints.isEmpty() || !restrictHints.isEmpty()) {
rules.add(HintUtils.HINT_START_MARK);
rules.addAll(abilityHints);
rules.addAll(restrictHints);
}