forked from External/mage
[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
|
|
@ -692,6 +692,11 @@ public class StackAbility extends StackObjectImpl implements Ability {
|
|||
return this.ability.getIcons();
|
||||
}
|
||||
|
||||
@Override
|
||||
public List<CardIcon> getIcons(Game game) {
|
||||
return this.ability.getIcons(game);
|
||||
}
|
||||
|
||||
@Override
|
||||
public Ability addIcon(CardIcon cardIcon) {
|
||||
throw new IllegalArgumentException("Stack ability is not supports icon adding");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue