Added object identifier to the exile windows header line .

This commit is contained in:
LevelX2 2015-05-28 00:06:33 +02:00
parent 9dd5f66c64
commit a31794bb7e
58 changed files with 114 additions and 71 deletions

View file

@ -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);