Reapply "Remove character name from battlelog"
This reverts commit 8fe8fe319f.
This commit is contained in:
parent
8fe8fe319f
commit
0a4e12435f
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ Window_BattleLog.prototype.displayAffectedStatus = function(target) {
|
|||
if(target._actorId > 0){
|
||||
this.push('addText', "\\I[2537]\\C[18]"+ target.name() + $dataStates[1].message1);
|
||||
}else{
|
||||
this.push('addText', "\\I[2537]\\C[2]"+ characterName + target.name() + $dataStates[1].message2);
|
||||
this.push('addText', "\\I[2537]\\C[2]" + target.name() + $dataStates[1].message2);
|
||||
}
|
||||
}else if (target.result().isStatusAffected()) {
|
||||
this.push('pushBaseLine');
|
||||
|
|
|
|||
Loading…
Reference in a new issue