Added designation names to player tooltip.

This commit is contained in:
LevelX2 2018-01-13 18:55:07 +01:00
parent f528d556d6
commit 2e3ba7e104
4 changed files with 18 additions and 5 deletions

View file

@ -52,7 +52,7 @@ public abstract class Designation implements MageObject {
}
public Designation(DesignationType designationType, String expansionSetCode, boolean unique) {
this.name = designationType.name();
this.name = designationType.toString();
this.designationType = designationType;
this.id = UUID.randomUUID();
this.frameStyle = FrameStyle.M15_NORMAL;