mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 13:02:06 -08:00
Added designation names to player tooltip.
This commit is contained in:
parent
f528d556d6
commit
2e3ba7e104
4 changed files with 18 additions and 5 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue