forked from External/mage
Added object identifier to the exile windows header line .
This commit is contained in:
parent
9dd5f66c64
commit
a31794bb7e
58 changed files with 114 additions and 71 deletions
|
|
@ -130,6 +130,11 @@ public class StackAbility implements StackObject, Ability {
|
|||
return name;
|
||||
}
|
||||
|
||||
@Override
|
||||
public String getIdName() {
|
||||
return getName() + " ["+getId().toString().substring(0,3) +"]";
|
||||
}
|
||||
|
||||
@Override
|
||||
public String getLogName() {
|
||||
return GameLog.getColoredObjectName(this);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue