diff --git a/www/js/plugins/MW_StatesLog.js b/www/js/plugins/MW_StatesLog.js index f2df3dc..89666c2 100644 --- a/www/js/plugins/MW_StatesLog.js +++ b/www/js/plugins/MW_StatesLog.js @@ -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');