mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 02:30:08 -08:00
[AFR] added card icons with class level info (#7808)
This commit is contained in:
parent
20245f32f6
commit
2d8be6663b
8 changed files with 67 additions and 3 deletions
|
|
@ -416,7 +416,7 @@ public class CardView extends SimpleCardView {
|
|||
|
||||
// card icons for permanents on battlefield
|
||||
permanent.getAbilities(game).forEach(ability -> {
|
||||
this.cardIcons.addAll(ability.getIcons());
|
||||
this.cardIcons.addAll(ability.getIcons(game));
|
||||
});
|
||||
} else {
|
||||
if (card.isCopy()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue