forked from External/mage
* Allow to addd hint texts to stack abilities. Swicthed to html text format for text box of stack abilites.
This commit is contained in:
parent
f409f56c05
commit
84370ee5ab
11 changed files with 64 additions and 46 deletions
|
|
@ -4,7 +4,6 @@ import java.util.ArrayList;
|
|||
import java.util.EnumSet;
|
||||
import mage.ObjectColor;
|
||||
import mage.abilities.Ability;
|
||||
import mage.constants.CardType;
|
||||
import mage.constants.SuperType;
|
||||
import mage.util.SubTypeList;
|
||||
|
||||
|
|
@ -28,7 +27,7 @@ public class AbilityView extends CardView {
|
|||
this.power = "";
|
||||
this.toughness = "";
|
||||
this.loyalty = "";
|
||||
this.cardTypes = new ArrayList<CardType>();
|
||||
this.cardTypes = new ArrayList<>();
|
||||
this.subTypes = new SubTypeList();
|
||||
this.superTypes = EnumSet.noneOf(SuperType.class);
|
||||
this.color = new ObjectColor();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue