Reapply "Remove character name from battlelog"

This reverts commit 8fe8fe319f.
This commit is contained in:
dazedanon 2025-05-08 10:05:03 -05:00
parent 8fe8fe319f
commit 0a4e12435f

View file

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