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
|
|
@ -274,7 +274,7 @@ public abstract class CardImpl extends MageObjectImpl implements Card {
|
|||
// total hints
|
||||
if (!abilityHints.isEmpty()) {
|
||||
rules.add(HintUtils.HINT_START_MARK);
|
||||
rules.addAll(abilityHints);
|
||||
HintUtils.appendHints(rules, abilityHints);
|
||||
}
|
||||
}
|
||||
return rules;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue