forked from External/mage
Hints: removed duplicated hints from popup;
This commit is contained in:
parent
f341d35ece
commit
7e4767fd30
3 changed files with 18 additions and 3 deletions
|
|
@ -295,8 +295,8 @@ 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);
|
||||
HintUtils.appendHints(rules, abilityHints);
|
||||
HintUtils.appendHints(rules, restrictHints);
|
||||
}
|
||||
|
||||
return rules;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue